On Thu, 28 Jan 2010 08:41:01 +0100 Uwe Kleine-K__nig <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > > What were the runtime effects of this bug? > For me it was that in the original imxfb_info *fbi backlight_power was > NULL but in imxfb_suspend it was 4 resulting in an oops as imxfb_suspend > calls imxfb_disable_controller(fbi) which in turn has > > if (fbi->backlight_power) > fbi->backlight_power(0); OK, thanks, that was important info. I rescheduled the patch for 2.6.33 and marked it for 2.6.32.x backporting. -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html