Commits
Cristina Ciocan committed 86f7e3bedac
MLK-13839 fbdev: mxsfb: Fix null pointer dereference In function mxsfb_check_var an explicit null pointer dereference occurs when input frame is 32 bpp (var->bits_per_pixel) and the output frame is different from 8/16/18/24 (host->ld_intf_width). Even though a 32bpp output is possible under certain conditions, this is currently not implemented, so any other output bpp value is not valid. Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>