aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorMartin Fuzzey <mfuzzey@gmail.com>2010-09-30 18:21:38 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 13:22:02 -0400
commite6da55cb0aa36f30168da8c20ceccdc538b054be (patch)
tree64dc82994c09af0de7aaef728480e4766ba439a6 /drivers/usb/host
parent40aed5241e4e5363c11acc841f6ef794b2c25668 (diff)
USB: imx21-hcd: remove unused variable
Remove a local variable left over from some debugging code. Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/imx21-hcd.c2
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);