Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303831
b: refs/heads/master
c: 04b4a0f
h: refs/heads/master
i:
  303829: ea9f1df
  303827: e837f93
  303823: f3f532c
v: v3
  • Loading branch information
Lukasz Majewski authored and Felipe Balbi committed May 4, 2012
1 parent 4eba53f commit 99fe7ff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 94cb8fd637d7ec4a6685365c3287050969389cbe
refs/heads/master: 04b4a0fce530eab728e27e24b5a8d6192c6f70d9
6 changes: 3 additions & 3 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ static int __devinit s3c_hsotg_probe(struct platform_device *pdev)

/* reset the system */

clk_enable(hsotg->clk);
clk_prepare_enable(hsotg->clk);

/* regulators */

Expand Down Expand Up @@ -3645,7 +3645,7 @@ static int __devinit s3c_hsotg_probe(struct platform_device *pdev)

regulator_bulk_free(ARRAY_SIZE(hsotg->supplies), hsotg->supplies);

clk_disable(hsotg->clk);
clk_disable_unprepare(hsotg->clk);
clk_put(hsotg->clk);

err_regs:
Expand Down Expand Up @@ -3687,7 +3687,7 @@ static int __devexit s3c_hsotg_remove(struct platform_device *pdev)
s3c_hsotg_phy_disable(hsotg);
regulator_bulk_free(ARRAY_SIZE(hsotg->supplies), hsotg->supplies);

clk_disable(hsotg->clk);
clk_disable_unprepare(hsotg->clk);
clk_put(hsotg->clk);

device_unregister(&hsotg->gadget.dev);
Expand Down

0 comments on commit 99fe7ff

Please sign in to comment.