Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Acked-by: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Sachin Kamat and committed by
Tomi Valkeinen
414aa06e e21d2170

+1 -1
+1 -1
drivers/video/smscufx.c
··· 1622 1622 { 1623 1623 struct usb_device *usbdev; 1624 1624 struct ufx_data *dev; 1625 - struct fb_info *info = 0; 1625 + struct fb_info *info = NULL; 1626 1626 int retval = -ENOMEM; 1627 1627 u32 id_rev, fpga_rev; 1628 1628