From 3b40e573b4b78105468f435dd360006338abfb7a Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 4 Sep 2008 16:29:55 -0700 Subject: [PATCH] --- yaml --- r: 115779 b: refs/heads/master c: 9b466c3b8208f395cb3492e32b254a81c5b31780 h: refs/heads/master i: 115777: 61094f0ae13a21d228b477f23c76861bf8aa46a0 115775: 3bb800600773aef312cddd9ae89f293f116172a9 v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/ohci-omap.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 24e9963930f0..f53683a3b10b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28c2c51c078296151549f4f0e823e804f773861b +refs/heads/master: 9b466c3b8208f395cb3492e32b254a81c5b31780 diff --git a/trunk/drivers/usb/host/ohci-omap.c b/trunk/drivers/usb/host/ohci-omap.c index 522185629624..91697bdb399f 100644 --- a/trunk/drivers/usb/host/ohci-omap.c +++ b/trunk/drivers/usb/host/ohci-omap.c @@ -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(); } @@ -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");