[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250415204708.13dc3156@kernel.org>
Date: Tue, 15 Apr 2025 20:47:08 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Qasim Ijaz <qasdev00@...il.com>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
pabeni@...hat.com, horms@...nel.org, linux-usb@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
syzbot+3361c2d6f78a3e0892f9@...kaller.appspotmail.com,
stable@...r.kernel.org
Subject: Re: [PATCH 4/5] net: ch9200: add missing error handling in
ch9200_bind()
On Sat, 12 Apr 2025 19:38:28 +0100 Qasim Ijaz wrote:
> retval = usbnet_get_endpoints(dev, intf);
> - if (retval)
> + if (retval < 0)
> return retval;
This change is unnecessary ? Commit message speaks of control_write(),
this is usbnet_get_endpoints().
Powered by blists - more mailing lists