Re: [PATCH] staging: rtl8723bs: avoid bogus gcc warning

From: Arnd Bergmann
Date: Thu Apr 22 2021 - 11:26:11 EST


On Thu, Apr 22, 2021 at 5:19 PM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:
> On Thu, Apr 22, 2021 at 03:32:04PM +0200, Arnd Bergmann wrote:
> > @@ -762,7 +764,6 @@ static int rtw_cfg80211_ap_set_encryption(struct net_device *dev, struct ieee_pa
> > }
> >
> > }
> > -
>
> Since you're going to need to redo this, then please don't do this
> unrelated whitespace change.
>
> > +#if 1
>
> These seems unintetional?
>

Indeed, both (and another removed line) are artifacts from debugging
that ended up making it into the commit by accident. Sending v2 now.

Arnd