[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dfecea10-87b5-2110-6efb-02f46e7b4e2c@canonical.com>
Date: Thu, 5 Jul 2018 11:50:01 +0100
From: Colin Ian King <colin.king@...onical.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: ethernet: sun: remove redundant variables adv and
lpa
On 05/07/18 11:33, David Miller wrote:
> From: Colin King <colin.king@...onical.com>
> Date: Thu, 5 Jul 2018 10:37:32 +0100
>
>> From: Colin Ian King <colin.king@...onical.com>
>>
>> Variables adv and lpa are being assigned but are never used hence they
>> are redundant and can be removed.
>>
>> Cleans up clang warnings:
>> warning: variable 'lpa' set but not used [-Wunused-but-set-variable]
>> warning: variable 'adv' set but not used [-Wunused-but-set-variable]
>>
>> Signed-off-by: Colin Ian King <colin.king@...onical.com>
>
> I think you can safely remove the register reads too, so please
> do so.
Just to clarify, just the MII_ADVERTISE and MII_LPA, or both these AND
also MII_ESTATUS too?
>
> Thanks.
>
Powered by blists - more mailing lists