Re: [PATCH] NFC: fix possible resource leak

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 07:37:45 -0800 you wrote: > Put the device to avoid resource leak on path that the polling flag is > invalid. > > Fixes: a831b9132065 ("NFC: Do not return EBUSY when stopping a poll that's > already

[PATCH] NFC: fix possible resource leak

2021-01-21 Thread Pan Bian
Put the device to avoid resource leak on path that the polling flag is invalid. Fixes: a831b9132065 ("NFC: Do not return EBUSY when stopping a poll that's already stopped") Signed-off-by: Pan Bian --- net/nfc/netlink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/nfc/netlink.c