Commit 9aae307c authored by Sachin Kamat's avatar Sachin Kamat Committed by Tomi Valkeinen

video: smscufx: Use NULL instead of 0

'info' is a pointer. Use NULL instead of 0.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent ceeddb4e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment