commit | 0ede5804ca3b42c831f7440ec29bc7187e5376bb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Dec 16 12:49:23 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jan 17 10:57:48 2014 +0200 |
tree | 6760c9fd0cda38527f4d237d2e5125befff5e25a | |
parent | 6fc19c40be96df73d81d8123e31fe45c16c6c2b6 [diff] |
tgafb: potential NULL dereference in init Static checkers complain that there are paths where "tga_type_name" can be NULL. I've re-arranged the code slightly so that's impossible. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>