Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115779
b: refs/heads/master
c: 9b466c3
h: refs/heads/master
i:
  115777: 61094f0
  115775: 3bb8006
v: v3
  • Loading branch information
Tony Lindgren authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent 10cba91 commit 3b40e57
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: 28c2c51c078296151549f4f0e823e804f773861b
refs/heads/master: 9b466c3b8208f395cb3492e32b254a81c5b31780
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/ohci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static int ohci_omap_init(struct usb_hcd *hcd)

omap_ohci_clock_power(1);

if (cpu_is_omap1510()) {
if (cpu_is_omap15xx()) {
omap_1510_local_bus_power(1);
omap_1510_local_bus_init();
}
Expand Down Expand Up @@ -319,7 +319,7 @@ static int usb_hcd_omap_probe (const struct hc_driver *driver,
if (IS_ERR(usb_host_ck))
return PTR_ERR(usb_host_ck);

if (!cpu_is_omap1510())
if (!cpu_is_omap15xx())
usb_dc_ck = clk_get(0, "usb_dc_ck");
else
usb_dc_ck = clk_get(0, "lb_ck");
Expand Down

0 comments on commit 3b40e57

Please sign in to comment.