Skip to content

Commit

Permalink
USB: imx21-hcd: remove unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Fuzzey authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 40aed52 commit e6da55c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/host/imx21-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,6 @@ static int imx21_hc_urb_enqueue(struct usb_hcd *hcd,
struct etd_priv *etd;
int ret;
unsigned long flags;
int new_ep = 0;

dev_vdbg(imx21->dev,
"enqueue urb=%p ep=%p len=%d "
Expand Down Expand Up @@ -1035,7 +1034,6 @@ static int imx21_hc_urb_enqueue(struct usb_hcd *hcd,
}
ep->hcpriv = ep_priv;
ep_priv->ep = ep;
new_ep = 1;
}

ret = usb_hcd_link_urb_to_ep(hcd, urb);
Expand Down

0 comments on commit e6da55c

Please sign in to comment.