linux/drivers/nfc
Dan Carpenter 0f90936106 NFC: Remove unneeded pn533 dev NULL check
container_of() works by subtracting the offset of the member.  The math
can't really return a zero here.  Sometimes people check it when they
actually meant to check something else but in this case we can just
remove the check.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-05-15 17:28:01 -04:00
..
Kconfig nfc: NFC_WILINK depends on NFC_NCI 2011-09-21 16:19:44 -04:00
Makefile NFC: driver for TI shared transport 2011-09-20 14:43:49 -04:00
nfcwilink.c NFC: Free sk_buff if nfcwilink_send fails 2012-01-24 14:21:56 -05:00
pn533.c NFC: Remove unneeded pn533 dev NULL check 2012-05-15 17:28:01 -04:00
pn544.c drivers/nfc/pn544.c: add missing regulator 2011-02-25 15:07:36 -08:00