Re: [PATCH 3/4] usb: musb: OMAP4430: Remove incorrect call to omap4430_phy_init()

2011-08-12 Thread Felipe Balbi
Hi,

On Thu, Aug 04, 2011 at 08:02:18PM +0200, Bjarne Steinsbo wrote:
 Don't call omap4430_phy_init(dev) before dev is initialized.
 The real omap4430_phy_init(dev) call is done at the end of
 this function.

you're missing your's Signed-off-by line.

-- 
balbi


signature.asc
Description: Digital signature


[PATCH 3/4] usb: musb: OMAP4430: Remove incorrect call to omap4430_phy_init()

2011-08-04 Thread Bjarne Steinsbo
Don't call omap4430_phy_init(dev) before dev is initialized.
The real omap4430_phy_init(dev) call is done at the end of
this function.
---
 arch/arm/mach-omap2/usb-musb.c |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index a65145b..19e4dac 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -137,9 +137,6 @@ void __init usb_musb_init(struct
omap_musb_board_data *musb_board_data)
musb_plat.mode = board_data-mode;
musb_plat.extvbus = board_data-extvbus;

-   if (cpu_is_omap44xx())
-   omap4430_phy_init(dev);
-
if (cpu_is_omap3517() || cpu_is_omap3505()) {
oh_name = am35x_otg_hs;
name = musb-am35x;
-- 
1.7.1
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html