]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: netlink: fix double device reference drop
authorPan Bian <bianpan2016@163.com>
Thu, 7 Nov 2019 06:29:50 +0000 (14:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2019 23:23:19 +0000 (15:23 -0800)
commit7eeaa3245d242e4d474df5a8a071904e850b1a24
treed4f6cf258ea7563442aaa75d9d697d4b45690d58
parentc7d339ca644a153fbde9abc31083baa896f84bb7
nfc: netlink: fix double device reference drop

The function nfc_put_device(dev) is called twice to drop the reference
to dev when there is no associated local llcp. Remove one of them to fix
the bug.

Fixes: 6ee2fb5752c8 ("NFC: Extend netlink interface for LTO, RW, and MIUX parameters support")
Fixes: 733a9d107c0a ("NFC: llcp: Service Name Lookup netlink interface")
Signed-off-by: Pan Bian <bianpan2016@163.com>
Reviewed-by: Johan Hovold <johan@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/netlink.c