提交 414aa06e 编写于 作者: 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>
Acked-by: NSteve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 e21d2170
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册