On Sun, Jun 14, 2009 at 11:47:16PM +0200, ext Krzysztof Helt wrote: > On Thu, 4 Jun 2009 20:52:36 +0300 > Imre Deak <imre.deak@xxxxxxxxx> wrote: > [...] > > diff --git a/drivers/video/omap/lcd_ldp.c b/drivers/video/omap/lcd_ldp.c > > new file mode 100644 > > index 0000000..8925230 > > --- /dev/null > > +++ b/drivers/video/omap/lcd_ldp.c > > [...] > > +static void ldp_panel_disable(struct lcd_panel *panel) > > +{ > > + gpio_direction_output(LCD_PANEL_ENABLE_GPIO, 0); > > + gpio_direction_output(LCD_PANEL_BACKLIGHT_GPIO, 0); > > + > > + t2_out(PM_RECEIVER, 0x0, TWL4030_VPLL2_DEDICATED); > > + t2_out(PM_RECEIVER, 0x0, TWL4030_VPLL2_DEV_GRP); > > + mdelay(4); > > Use the msleep() instead of the mdelay(). Ok, will fix it and the similar places in the other panel drivers. --Imre -- 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