Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226936
b: refs/heads/master
c: c5dff55
h: refs/heads/master
v: v3
  • Loading branch information
Anand Gadiyar committed Nov 30, 2010
1 parent 5b99d7f commit 24ac11f
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: 5467e16d891090d54d036044e66f94b89b1c3683
refs/heads/master: c5dff5545c97ab33bdb2a529a2375966ceb0700c
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/ehci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@ static int omap_start_ehc(struct ehci_hcd_omap *omap, struct usb_hcd *hcd)
}
clk_enable(omap->usbhost_ick);

omap->usbhost_hs_fck = clk_get(omap->dev, "usbhost_120m_fck");
omap->usbhost_hs_fck = clk_get(omap->dev, "hs_fck");
if (IS_ERR(omap->usbhost_hs_fck)) {
ret = PTR_ERR(omap->usbhost_hs_fck);
goto err_host_120m_fck;
}
clk_enable(omap->usbhost_hs_fck);

omap->usbhost_fs_fck = clk_get(omap->dev, "usbhost_48m_fck");
omap->usbhost_fs_fck = clk_get(omap->dev, "fs_fck");
if (IS_ERR(omap->usbhost_fs_fck)) {
ret = PTR_ERR(omap->usbhost_fs_fck);
goto err_host_48m_fck;
Expand Down

0 comments on commit 24ac11f

Please sign in to comment.