Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120055
b: refs/heads/master
c: d643510
h: refs/heads/master
i:
  120053: 7da551e
  120051: af44e2f
  120047: 029bcbc
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent dd21a71 commit 94800b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: e7c98dc76d5823444059205e0c7aca49743679f3
refs/heads/master: d6435102d4ca3b5655c0105abe924abec17ffeb8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/m66592-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1668,8 +1668,8 @@ static int __init m66592_probe(struct platform_device *pdev)
#if defined(CONFIG_SUPERH_BUILT_IN_M66592) && defined(CONFIG_HAVE_CLK)
clk_disable(m66592->clk);
clk_put(m66592->clk);
#endif
clean_up2:
#endif
free_irq(irq, m66592);
clean_up:
if (m66592) {
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/r8a66597-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2396,9 +2396,8 @@ static int __init r8a66597_probe(struct platform_device *pdev)
clean_up3:
#if defined(CONFIG_SUPERH_ON_CHIP_R8A66597) && defined(CONFIG_HAVE_CLK)
clk_put(r8a66597->clk);
#endif

clean_up2:
#endif
usb_put_hcd(hcd);

clean_up:
Expand Down

0 comments on commit 94800b1

Please sign in to comment.