Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);