diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/imx21-hcd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c index 3e5630369c31..6c0848b66e25 100644 --- a/drivers/usb/host/imx21-hcd.c +++ b/drivers/usb/host/imx21-hcd.c | |||
@@ -1007,7 +1007,6 @@ static int imx21_hc_urb_enqueue(struct usb_hcd *hcd, | |||
1007 | struct etd_priv *etd; | 1007 | struct etd_priv *etd; |
1008 | int ret; | 1008 | int ret; |
1009 | unsigned long flags; | 1009 | unsigned long flags; |
1010 | int new_ep = 0; | ||
1011 | 1010 | ||
1012 | dev_vdbg(imx21->dev, | 1011 | dev_vdbg(imx21->dev, |
1013 | "enqueue urb=%p ep=%p len=%d " | 1012 | "enqueue urb=%p ep=%p len=%d " |
@@ -1035,7 +1034,6 @@ static int imx21_hc_urb_enqueue(struct usb_hcd *hcd, | |||
1035 | } | 1034 | } |
1036 | ep->hcpriv = ep_priv; | 1035 | ep->hcpriv = ep_priv; |
1037 | ep_priv->ep = ep; | 1036 | ep_priv->ep = ep; |
1038 | new_ep = 1; | ||
1039 | } | 1037 | } |
1040 | 1038 | ||
1041 | ret = usb_hcd_link_urb_to_ep(hcd, urb); | 1039 | ret = usb_hcd_link_urb_to_ep(hcd, urb); |