Skip to content

Commit

Permalink
usb: host: ehci-mv: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Chao Xie authored and Felipe Balbi committed Jan 24, 2013
1 parent fb3dfe1 commit ab592a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ehci-mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ static int mv_ehci_remove(struct platform_device *pdev)
{
struct ehci_hcd_mv *ehci_mv = platform_get_drvdata(pdev);
struct usb_hcd *hcd = ehci_mv->hcd;
int clk_i;

if (hcd->rh_registered)
usb_remove_hcd(hcd);
Expand Down

0 comments on commit ab592a7

Please sign in to comment.