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)
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>

No differences found