video: smscufx: Use NULL instead of 0

'info' is a pointer. Use NULL instead of 0.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Sachin Kamat 2013-09-25 16:59:50 +05:30 committed by Tomi Valkeinen
parent ceeddb4e69
commit 9aae307c6a

View file

@ -1147,7 +1147,7 @@ static void ufx_free_framebuffer_work(struct work_struct *work)
fb_destroy_modelist(&info->modelist);
dev->info = 0;
dev->info = NULL;
/* Assume info structure is freed after this point */
framebuffer_release(info);