DORMANTno replies

[PATCH 2/6] video: smscufx: Use NULL instead of 0

From: Sachin Kamat <hidden>
Date: 2013-09-25 11:41:50
Subsystem: framebuffer layer, the rest · Maintainers: Helge Deller, Linus Torvalds

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

Signed-off-by: Sachin Kamat <redacted>
Cc: Steve Glendinning <steve.glendinning@shawell.net>
---
 drivers/video/smscufx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/smscufx.c b/drivers/video/smscufx.c
index e188ada..d513ed6 100644
--- a/drivers/video/smscufx.c
+++ b/drivers/video/smscufx.c
@@ -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);
-- 
1.7.9.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help