[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aXJC6Veo9eAzqclx@stanley.mountain>
Date: Thu, 22 Jan 2026 18:31:53 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Minu Jin <s9430939@...er.com>
Cc: gregkh@...uxfoundation.org, andriy.shevchenko@...ux.intel.com,
abrahamadekunle50@...il.com, zxcv2569763104@...il.com,
milospuric856@...il.com, karanja99erick@...il.com,
weibu@...admin.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 1/3] staging: rtl8723bs: change return type of
_rtw_pktfile_read to int
On Thu, Jan 22, 2026 at 10:23:11PM +0900, Minu Jin wrote:
> Hi Dan,
>
> Thanks for the feedback.
> I'll drop the type-change patch and reorganize the series
> into two patches for v6 as you suggested.
>
> Regarding the return type,
> I’ve audited the call sites including set_qos(), update_attrib(),
> and rtw_xmitframe_coalesce(), along with their callers rtw_xmit() and xmit_frames().
The issue is the ordering of the patches. You introduced a negative
return and then fixed up the callers later. There was only one
file which used the return but it treated the negative error code
like a byte count.
You can't break stuff and then fix it later in the series because
it break git bisect.
regards,
dan carpenter
Powered by blists - more mailing lists