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
..
Kconfig NFC: Fix NCI over SPI build 2013-07-19 16:55:26 +02:00
Makefile NFC: nci: Add HCI over NCI protocol support 2015-02-02 21:50:40 +01: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
lib.c nfc: Fix FSF address in file headers 2013-12-11 10:56:21 -05: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 NFC: NCI: Use reinit_completion() at appropriate places 2014-02-23 23:32:18 +01:00