Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321726
b: refs/heads/master
c: ecc8a0c
h: refs/heads/master
v: v3
  • Loading branch information
Venu Byravarasu authored and Greg Kroah-Hartman committed Aug 10, 2012
1 parent 2071a4d commit f58ffa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc59c7a9633a2d68d8bf908e4e45571d10e08117
refs/heads/master: ecc8a0cdca18df5c9a7e84ab29160259123f3ae5
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ehci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,11 +799,12 @@ static int tegra_ehci_remove(struct platform_device *pdev)
#endif

usb_remove_hcd(hcd);
usb_put_hcd(hcd);

tegra_usb_phy_close(tegra->phy);
iounmap(hcd->regs);

usb_put_hcd(hcd);

clk_disable_unprepare(tegra->clk);
clk_put(tegra->clk);

Expand Down

0 comments on commit f58ffa4

Please sign in to comment.