]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: NULL vs zero in nci_activate_target()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Jan 2012 06:13:31 +0000 (09:13 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jan 2012 19:57:04 +0000 (14:57 -0500)
commite64841ba5f50e13476e9c5f0de46c3b6f6342997
tree001a379d04ab83bea3960b7e0d91e92679f37514
parent588a3fbe254f89ab45d30882efef5c32fb605d16
nfc: NULL vs zero in nci_activate_target()

This is a pointer so it should be NULL instead of zero.  Sparse
complains about this stuff:
net/nfc/nci/core.c:447:37: warning: Using plain integer as NULL pointer

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/nfc/nci/core.c