From: Sudip Mukherjee Date: Thu, 12 Feb 2015 15:47:36 +0000 (+0530) Subject: video: fbdev: fix possible null dereference X-Git-Tag: omap-for-v4.1/wl12xx-dt~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d746b40c64619f5064ebbe545938062481ef5183;p=pandora-kernel.git video: fbdev: fix possible null dereference we were dereferencing edid first and the NULL check was after accessing that. now we are using edid only if we know that it is not NULL. Signed-off-by: Sudip Mukherjee Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed