mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 22:04:47 +08:00
net: lantiq_etop: remove unused variable
The variable i was declared but was never used and we were getting a build warning for that. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
832dfd1f76
commit
0023a061d7
@ -411,7 +411,6 @@ static int
|
||||
ltq_etop_mdio_init(struct net_device *dev)
|
||||
{
|
||||
struct ltq_etop_priv *priv = netdev_priv(dev);
|
||||
int i;
|
||||
int err;
|
||||
|
||||
priv->mii_bus = mdiobus_alloc();
|
||||
|
Loading…
Reference in New Issue
Block a user