Skip to content

Commit

Permalink
net: tile: fix unused variable warning
Browse files Browse the repository at this point in the history
'i' is unused in tile_net_dev_init() after commit d581ebf
("net: tile: Use helpers from linux/etherdevice.h to check/set MAC").

Signed-off-by: Chris Metcalf <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
cmetcalf-tilera authored and davem330 committed Jun 17, 2014
1 parent 42e1358 commit 9ebe243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/tile/tilegx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9ebe243

Please sign in to comment.