Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
net: lantiq_etop: remove unused variable
Browse files Browse the repository at this point in the history
The variable i was declared but was never used and we were getting a
build warning for that.

Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sudipm-mukherjee authored and davem330 committed Jun 18, 2016
1 parent 832dfd1 commit 0023a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/lantiq_etop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0023a06

Please sign in to comment.