Re: [PATCH v2] staging: rtl8723bs: remove comparisons to boolean literals
From: William Elder
Date: Wed Jun 03 2026 - 16:34:36 EST
> Still same buggy code, V2 didn't change anything.
> Please work on it properly and wait a day to send a new revision, not
right away.
> Also, send your replies using `Reply All`.
Apologies, I fixed the code, I'll wait until tomorrow to send the new revision.
Best,
William Elder
On Wed, Jun 3, 2026 at 2:07 PM Ahmet Sezgin Duran <ahmet@xxxxxxxxxxxxxxx> wrote:
>
> On 6/3/26 10:52 PM, William Elder wrote:
>
> > - if (phtpriv->ht_option == false)
> > + if (phtpriv->ht_option)
> > return;
>
> Still same buggy code, V2 didn't change anything.
>
> Please work on it properly and wait a day to send a new revision, not
> right away.
>
> Also, send your replies using `Reply All`.
>
> Regards,
> Ahmet Sezgin Duran