]> git.baikalelectronics.ru Git - kernel.git/commit
staging: cxt1e1: Avoid using 0 instead of NULL
authorThomas Vegas <thomas_75@safe-mail.net>
Sat, 26 Apr 2014 09:20:09 +0000 (11:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2014 15:42:54 +0000 (08:42 -0700)
commitd4ac133e00bc3d9bf3fb315a9a882d207c32a5a4
tree8c1a9bab4cc2dab500ab3d2d5dce9066c4718435
parentd42beecb41070a9304da6e2b528f50a7b0d4c1a4
staging: cxt1e1: Avoid using 0 instead of NULL

Fixed the following sparse warnings:

drivers/staging/cxt1e1/hwprobe.c:162:38:
warning: Using plain integer as NULL pointer
drivers/staging/cxt1e1/hwprobe.c:163:38:
warning: Using plain integer as NULL pointer
drivers/staging/cxt1e1/hwprobe.c:179:46:
warning: Using plain integer as NULL pointer
drivers/staging/cxt1e1/hwprobe.c:184:46:
warning: Using plain integer as NULL pointer

Signed-off-by: Thomas Vegas <thomas_75@safe-mail.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/hwprobe.c