[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZWWXOxl6XZJs2reN@francesco-nb.int.toradex.com>
Date: Tue, 28 Nov 2023 08:31:07 +0100
From: Francesco Dolcini <francesco@...cini.it>
To: Jiri Slaby <jirislaby@...nel.org>
Cc: Francesco Dolcini <francesco@...cini.it>,
Amitkumar Karwar <amitkumar.karwar@....com>,
Neeraj Kale <neeraj.sanjaykale@....com>,
Marcel Holtmann <marcel@...tmann.org>,
Johan Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>,
Francesco Dolcini <francesco.dolcini@...adex.com>,
linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 3/3] Bluetooth: btnxpuart: remove useless assignment
On Tue, Nov 28, 2023 at 06:26:56AM +0100, Jiri Slaby wrote:
> On 27. 11. 23, 20:14, Francesco Dolcini wrote:
> > From: Francesco Dolcini <francesco.dolcini@...adex.com>
> >
> > 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.
>
> In case of error, nxpdev->rx_skb contains the error, not NULL, right?
correct.
The point is that we have
if (IS_ERR(skb))
skb = NULL;
at the beginning of h4_recv_buf(), that is called a few lines before,
making the assignment in btnxpuart.c redundant.
Francesco
Powered by blists - more mailing lists