[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZCRABhzLVCwfEgeQ@corigine.com>
Date: Wed, 29 Mar 2023 15:41:26 +0200
From: Simon Horman <simon.horman@...igine.com>
To: Tom Rix <trix@...hat.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, nathan@...nel.org, ndesaulniers@...gle.com,
petrm@...dia.com, leon@...nel.org, shayagr@...zon.com,
wsa+renesas@...g-engineering.com, yangyingliang@...wei.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
llvm@...ts.linux.dev
Subject: Re: [PATCH] net: ksz884x: remove unused change variable
On Wed, Mar 29, 2023 at 03:23:38PM +0200, Simon Horman wrote:
> On Wed, Mar 29, 2023 at 08:59:29AM -0400, Tom Rix wrote:
> > clang with W=1 reports
> > drivers/net/ethernet/micrel/ksz884x.c:3216:6: error: variable
> > 'change' set but not used [-Werror,-Wunused-but-set-variable]
> > int change = 0;
> > ^
> > This variable is not used so remove it.
> >
> > Signed-off-by: Tom Rix <trix@...hat.com>
>
> Reviewed-by: Simon Horman <simon.horman@...igine.com>
Hi Tom,
I notice a very large number of unused functions in ksz884x.c.
And I think this means some corresponding #defines can also be removed.
I'm wondering if you happen to be looking at this.
If not, I'll see about preparing a patch.
Powered by blists - more mailing lists