diff --git a/net/nfc/netlink.c b/net/nfc/netlink.c index 4170acc2dc28..99b06a16b808 100644 --- a/net/nfc/netlink.c +++ b/net/nfc/netlink.c @@ -860,6 +860,7 @@ static int nfc_genl_stop_poll(struct sk_buff *skb, struct genl_info *info) if (!dev->polling) { device_unlock(&dev->dev); + nfc_put_device(dev); return -EINVAL; }