Re: [PATCH v2] nfc: netlink: fix double device reference drop

From: David Miller
Date: Thu Nov 07 2019 - 18:24:37 EST


From: Pan Bian <bianpan2016@xxxxxxx>
Date: Thu, 7 Nov 2019 14:29:50 +0800

> 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.
>
> Signed-off-by: Pan Bian <bianpan2016@xxxxxxx>
> ---
> v2: change subject of the patch

Applied, with Fixes: tags added, and queued up for -stable, thanks.