Re: [PATCH net] nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
From: Greg Kroah-Hartman
Date: Tue Dec 09 2025 - 02:01:52 EST
On Tue, Dec 09, 2025 at 09:56:39AM +0300, Dan Carpenter wrote:
> Set the error code if "transferred != sizeof(cmd)" instead of
> returning success.
>
> Fixes: dbafc28955fa ("NFC: pn533: don't send USB data off of the stack")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---
> drivers/nfc/pn533/usb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Why to me? I'm not the maintainer of NFC that I know of :)
And shouldn't this also cc: stable?
thanks,
greg k-h