commit | fa0c5e71295fa4d62b900818d900c16980985e72 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Dec 13 12:13:51 2012 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Dec 13 12:13:51 2012 +0200 |
tree | 2cc89b6c3d598591156a150df9e4a227db1cad42 | |
parent | 057eeaee6803dafbbf2f79345643530e731ba7cb [diff] |
OMAPFB: fix error handling in omapfb_find_best_mode() omapfb_find_best_mode() doesn't check for the return value of kmalloc. Fix this. This also removes the smatch warning: drivers/video/omap2/omapfb/omapfb-main.c:2256 omapfb_find_best_mode() error: potential null dereference 'specs'. (kzalloc returns null) Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>