Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376717
b: refs/heads/master
c: 022d054
h: refs/heads/master
i:
  376715: 003de15
v: v3
  • Loading branch information
Peter Chen authored and Felipe Balbi committed May 28, 2013
1 parent 8db0ed8 commit 67cf66a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f28c42c576b293b3a1daaed8ca2775ebc2fe5398
refs/heads/master: 022d0547aa8b00ff5035ba6207ebc2c08ea0a51f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/dwc3-exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ static int dwc3_exynos_remove(struct platform_device *pdev)
{
struct dwc3_exynos *exynos = platform_get_drvdata(pdev);

device_for_each_child(&pdev->dev, NULL, dwc3_exynos_remove_child);
platform_device_unregister(exynos->usb2_phy);
platform_device_unregister(exynos->usb3_phy);
device_for_each_child(&pdev->dev, NULL, dwc3_exynos_remove_child);

clk_disable_unprepare(exynos->clk);

Expand Down

0 comments on commit 67cf66a

Please sign in to comment.