aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/isp1760-hcd.c')
-rw-r--r--drivers/usb/host/isp1760-hcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/host/isp1760-hcd.c b/drivers/usb/host/isp1760-hcd.c
index c858f2adb929..db5f4f5c7a10 100644
--- a/drivers/usb/host/isp1760-hcd.c
+++ b/drivers/usb/host/isp1760-hcd.c
@@ -1615,8 +1615,7 @@ static int isp1760_urb_enqueue(struct usb_hcd *hcd, struct urb *urb,
1615 return -EPIPE; 1615 return -EPIPE;
1616 } 1616 }
1617 1617
1618 isp1760_prepare_enqueue(priv, urb, &qtd_list, mem_flags, pe); 1618 return isp1760_prepare_enqueue(priv, urb, &qtd_list, mem_flags, pe);
1619 return 0;
1620} 1619}
1621 1620
1622static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, 1621static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb,