diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-05-16 15:53:14 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-05-16 15:53:14 +0000 |
| commit | 4327a6c8c6e3a43bb344fd7140fef0d2ea64d7d8 (patch) | |
| tree | 24c195b72e717fe54bc426cfaa622b44e162cd41 /sys/dev | |
| parent | f46e2f146bba8f90568687f0032b0f50ee927726 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/controller/saf1761_otg.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/usb/controller/saf1761_otg.c b/sys/dev/usb/controller/saf1761_otg.c index 36e8c2c5a556..080e5ed6cf66 100644 --- a/sys/dev/usb/controller/saf1761_otg.c +++ b/sys/dev/usb/controller/saf1761_otg.c @@ -2629,12 +2629,9 @@ static void saf1761_otg_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, struct usb_endpoint *ep) { - struct saf1761_otg_softc *sc = SAF1761_OTG_BUS2SC(udev->bus); - - DPRINTFN(2, "endpoint=%p, addr=%d, endpt=%d, mode=%d (%d)\n", + DPRINTFN(2, "endpoint=%p, addr=%d, endpt=%d, mode=%d\n", ep, udev->address, - edesc->bEndpointAddress, udev->flags.usb_mode, - sc->sc_rt_addr); + edesc->bEndpointAddress, udev->flags.usb_mode); if (udev->parent_hub == NULL) { /* root HUB has special endpoint handling */ |
