aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index 652018f93632..b2e4e4b3cfae 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1029,7 +1029,7 @@ ehci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep)
1029 * while the QH is active. Unlink it now; 1029 * while the QH is active. Unlink it now;
1030 * re-linking will call qh_refresh(). 1030 * re-linking will call qh_refresh().
1031 */ 1031 */
1032 usb_settoggle(qh->dev, epnum, is_out, 0); 1032 usb_settoggle(qh->ps.udev, epnum, is_out, 0);
1033 qh->exception = 1; 1033 qh->exception = 1;
1034 if (eptype == USB_ENDPOINT_XFER_BULK) 1034 if (eptype == USB_ENDPOINT_XFER_BULK)
1035 start_unlink_async(ehci, qh); 1035 start_unlink_async(ehci, qh);