Re: [PATCH] net: 3com: 3c59x: remove set but not used variable 'mii_reg1'

From: Andrew Lunn
Date: Fri Jan 03 2020 - 14:38:15 EST


> And since more reviewers are on the same boat, the fix should probably
> look to eliminate the warning by doing something like:
>
> (void)mdio_read(dev, vp->phys[0], MII_BMSR);

Yes, this is the safe option.

Andrew