Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ebe2435 authored by Chris Metcalf's avatar Chris Metcalf Committed by David S. Miller
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 42e1358e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;