On 06/11/12 17:00, Zumeng Chen wrote: > A typo fix for this cosmetic change and mute a failed message from > a unnecessary setting of some parent clk for usbhs_omap on OMAP3EVM. > > Signed-off-by: Zumeng Chen <zumeng.chen@xxxxxxxxx> > --- > drivers/mfd/omap-usb-host.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c > index 7e96bb2..9aaaf3c 100644 > --- a/drivers/mfd/omap-usb-host.c > +++ b/drivers/mfd/omap-usb-host.c > @@ -698,8 +698,9 @@ static int __devinit usbhs_omap_probe(struct platform_device *pdev) > goto err_usbtll_p2_fck; > } > > +#ifndef CONFIG_MACH_OMAP3EVM > + /* for OMAP3 , the clk set parent fails */ > if (is_ehci_phy_mode(pdata->port_mode[0])) { > - /* for OMAP3 , the clk set paretn fails */ > ret = clk_set_parent(omap->utmi_p1_fck, > omap->xclk60mhsp1_ck); > if (ret != 0) > @@ -726,6 +727,7 @@ static int __devinit usbhs_omap_probe(struct platform_device *pdev) > dev_err(dev, "init_60m_fclk set parent" > "failed error:%d\n", ret); > } > +#endif I agree with John, this is a bad fix. Fix the problem, don't hide it... > > res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "uhh"); > if (!res) { -- Regards, Igor. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html