Bluetooth: btnxpuart: remove useless assignment
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Mon, 11 Dec 2023 16:40:20 +0000 (17:40 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Dec 2023 17:58:57 +0000 (12:58 -0500)
commit3c83800a6c5be446e35648ccaba7da88173acb37
treef5837e9b3e11a1655152970ae08a078f2735a4dd
parent64057f051f20c2a2184b9db7f8037d928d68a4f4
Bluetooth: btnxpuart: remove useless assignment

Remove useless assignment of rx_skb to NULL in case the skb is in error,
this is already done in h4_recv_buf() that is executed a few lines
before.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btnxpuart.c