Skip to content

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 <sudip.mukherjee@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sudip Mukherjee authored and David S. Miller 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.