Re: [PATCH] netlink: fix double drop dev reference

From: David Miller
Date: Thu Nov 07 2019 - 00:19:39 EST


From: Pan Bian <bianpan2016@xxxxxxx>
Date: Wed, 6 Nov 2019 20:05:43 +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>

This is a change to the nfc subsystem not to the netlink subsystem,
therefore the appropriate subsystem prefix is "nfc: " and probably
therefore:

Subject: [PATCH] nfc: Fix double device reference drop in netlink code.

or something like that.