Home
last modified time | relevance | path

Searched hist:"6269 cc83" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/nfc/nci/
H A Dcore.c6269cc83 Thu Jan 26 00:13:31 CST 2012 Dan Carpenter <dan.carpenter@oracle.com> 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>
6269cc83 Thu Jan 26 00:13:31 CST 2012 Dan Carpenter <dan.carpenter@oracle.com> 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>