summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/ntf.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-05-31 17:44:45 -0700
committerSamuel Ortiz <sameo@linux.intel.com>2015-06-09 00:34:19 +0200
commit2622e2a03cd7320f57a4f5171c242dccdab035dd (patch)
tree7cf56686031b93f5476841aeac444de9bf920a6f /net/nfc/nci/ntf.c
parent8a2151c587715e84af676ee6c210fd41b912de76 (diff)
downloadlinux-2622e2a03cd7320f57a4f5171c242dccdab035dd.tar.bz2
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>
Diffstat (limited to 'net/nfc/nci/ntf.c')
0 files changed, 0 insertions, 0 deletions