提交 9aae307c 编写于 作者: S Sachin Kamat 提交者: Tomi Valkeinen

video: smscufx: Use NULL instead of 0

'info' is a pointer. Use NULL instead of 0.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Cc: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册