提交 9ebe2435 编写于 作者: C Chris Metcalf 提交者: David S. Miller

net: tile: fix unused variable warning

'i' is unused in tile_net_dev_init() after commit d581ebf5
("net: tile: Use helpers from linux/etherdevice.h to check/set MAC").
Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 42e1358e
......@@ -2191,7 +2191,6 @@ static void tile_net_setup(struct net_device *dev)
static void tile_net_dev_init(const char *name, const uint8_t *mac)
{
int ret;
int i;
struct net_device *dev;
struct tile_net_priv *priv;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册