Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261898
b: refs/heads/master
c: e2e49d5
h: refs/heads/master
v: v3
  • Loading branch information
Keshava Munegowda authored and Samuel Ortiz committed Jul 31, 2011
1 parent a1cbb63 commit c8fa99e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ccd80c7142ba178f5395fe69244e6c4611100511
refs/heads/master: e2e49d57194c1c3cee078a249e854a4c1d57170d
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/omap-usb-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,9 +998,9 @@ static void usbhs_disable(struct device *dev)

if (is_omap_usbhs_rev2(omap)) {
if (is_ehci_tll_mode(pdata->port_mode[0]))
clk_enable(omap->usbtll_p1_fck);
clk_disable(omap->usbtll_p1_fck);
if (is_ehci_tll_mode(pdata->port_mode[1]))
clk_enable(omap->usbtll_p2_fck);
clk_disable(omap->usbtll_p2_fck);
clk_disable(omap->utmi_p2_fck);
clk_disable(omap->utmi_p1_fck);
}
Expand Down

0 comments on commit c8fa99e

Please sign in to comment.