Re: [PATCH] video/logo: fix use logo after free prevention

2015-04-17 Thread Tomi Valkeinen
Hi, On 04/17/2015 12:48 PM, Manfred Schlaegl wrote: After 92b004d1aa9f367c372511ca0330f58216b25703 the logos disappeared on Freescale i.MX53 and i.MX6 SoC's (detected on linux-3.12.37). This happens because the fb_find_logo function is validly called (initdata still not freed) AFTER newly introd

[PATCH] video/logo: fix use logo after free prevention

2015-04-17 Thread Manfred Schlaegl
After 92b004d1aa9f367c372511ca0330f58216b25703 the logos disappeared on Freescale i.MX53 and i.MX6 SoC's (detected on linux-3.12.37). This happens because the fb_find_logo function is validly called (initdata still not freed) AFTER newly introduced latecall fb_logo_late_init. Instead of stetting a