mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-28 04:52:52 +00:00
Avoid a kernel crash in stifb by providing the correct pointer to the fb_info struct. Prior to commite2e0b838a1("video/sticore: Remove info field from STI struct") the fb_info struct was at the beginning of the fb struct. Fixes:e2e0b838a1("video/sticore: Remove info field from STI struct") Signed-off-by: Helge Deller <deller@gmx.de> Cc: Thomas Zimmermann <tzimmermann@suse.de>