linux/net/nfc/nci
Joe Perches 2622e2a03c NFC: nci: hci: Fix releasing uninitialized skbs
Several of these goto exit; uses should be direct returns
as skb is not yet initialized by nci_hci_get_param().

Miscellanea:

o Use !memcmp instead of memcmp() == 0
o Remove unnecessary goto from if () {... goto exit;} else {...} exit:

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-06-09 00:34:19 +02:00
..
core.c NFC: nci: Add firmware download support 2015-03-26 10:56:20 +01:00
data.c NFC: nci: Add dynamic logical connections support 2015-02-02 21:50:31 +01:00
hci.c NFC: nci: hci: Fix releasing uninitialized skbs 2015-06-09 00:34:19 +02:00
Kconfig
lib.c
Makefile NFC: nci: Add HCI over NCI protocol support 2015-02-02 21:50:40 +01:00
ntf.c NFC: nci: Move logical connection structure allocation 2015-02-04 09:14:09 +01:00
rsp.c NFC: nci: Move logical connection structure allocation 2015-02-04 09:14:09 +01:00
spi.c