[PATCH] imxfb: correct location of callbacks in suspend and resume
Andrew Morton
akpm at linux-foundation.org
Thu Jan 28 03:19:57 EST 2010
On Thu, 28 Jan 2010 08:41:01 +0100 Uwe Kleine-K__nig <u.kleine-koenig at pengutronix.de> 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.
More information about the linux-arm-kernel
mailing list