staging: vt6655: Remove NULL pointer sparse warning
authorGuillaume Clement <gclement@baobob.org>
Thu, 24 Jul 2014 23:06:28 +0000 (01:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jul 2014 18:21:28 +0000 (11:21 -0700)
commit70ae543b3260a1cb53b30320d650effa575fa174
treecd37a3013098224a91240a190b50641ea959fc20
parent1ce87e24095cde26b58cf898cd02e6b27239ae84
staging: vt6655: Remove NULL pointer sparse warning

We were using 0 instead of NULL to initialize a pointer, which caused
a sparse warning.

Signed-off-by: Guillaume Clement <gclement@baobob.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c
This page took 0.026221 seconds and 5 git commands to generate.