commit | d746b40c64619f5064ebbe545938062481ef5183 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Thu Feb 12 21:17:36 2015 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Feb 26 10:23:15 2015 +0200 |
tree | d5365d93c9d59752dcdf92807220034c0f9e0e37 | |
parent | 11f09e53af05822d8c481edc70c08d925d8ef7dd [diff] |
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 <sudip@vectorindia.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>