commit | 11f09e53af05822d8c481edc70c08d925d8ef7dd | [log] [tgz] |
---|---|---|
author | Kiran Padwal <kiran.padwal@smartplayin.com> | Wed Feb 11 15:06:45 2015 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Feb 26 10:23:15 2015 +0200 |
tree | b290305261e6f07e7551ba9d153befb25bdb234c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
video: ARM CLCD: Add missing error check for devm_kzalloc This patch add a missing check on the return value of devm_kzalloc, which would cause a NULL pointer dereference in a OOM situation. Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>