提交 0023a061 编写于 作者: S Sudip Mukherjee 提交者: David S. Miller

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: NSudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 832dfd1f
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册