From: Sachin Kamat Date: Thu, 27 Jun 2013 23:50:53 +0000 (+1000) Subject: drivers/video/smscufx.c: use NULL instead of 0 X-Git-Tag: next-20130628~3^2~675 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=799c1ca554f815490c092b5ba23a8442009bf23f;p=karo-tx-linux.git drivers/video/smscufx.c: use NULL instead of 0 'info' is a pointer. Use NULL instead of 0. Signed-off-by: Sachin Kamat Acked-by: Steve Glendinning Signed-off-by: Andrew Morton --- diff --git a/drivers/video/smscufx.c b/drivers/video/smscufx.c index b2b33fc1ac3f..e188ada2ffd1 100644 --- a/drivers/video/smscufx.c +++ b/drivers/video/smscufx.c @@ -1622,7 +1622,7 @@ static int ufx_usb_probe(struct usb_interface *interface, { struct usb_device *usbdev; struct ufx_data *dev; - struct fb_info *info = 0; + struct fb_info *info = NULL; int retval = -ENOMEM; u32 id_rev, fpga_rev;