video:uvesafb: Fix dereference NULL pointer code path
authorWang YanQing <udknight@gmail.com>
Sat, 30 Mar 2013 02:53:00 +0000 (04:53 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 2 Apr 2013 10:33:55 +0000 (13:33 +0300)
commit090da752cdd6f0786eee68c8dea8db7c8abd3798
tree5b81a185bc34326ef9e120ca96fe271c3e589bba
parent477fc03f5baaf5906ce04beba7dbcd0e5d1e9b30
video:uvesafb: Fix dereference NULL pointer code path

platform_device_alloc could failed and return NULL,
we should check this before call platform_device_put.

Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/uvesafb.c
This page took 0.026606 seconds and 5 git commands to generate.