Re: [PATCH v2] net: tile: fix unused variable warning

2014-06-16 Thread David Miller
From: Chris Metcalf Date: Mon, 16 Jun 2014 13:14:05 -0400 > 'i' is unused in tile_net_dev_init() after commit d581ebf5a1f > ("net: tile: Use helpers from linux/etherdevice.h to check/set MAC"). > > Signed-off-by: Chris Metcalf > --- > v2: includes previous commit's summary line as suggested by

[PATCH v2] net: tile: fix unused variable warning

2014-06-16 Thread Chris Metcalf
'i' is unused in tile_net_dev_init() after commit d581ebf5a1f ("net: tile: Use helpers from linux/etherdevice.h to check/set MAC"). Signed-off-by: Chris Metcalf --- v2: includes previous commit's summary line as suggested by Sergei Shtylyov. drivers/net/ethernet/tile/tilegx.c | 1 - 1 file

[PATCH v2] net: tile: fix unused variable warning

2014-06-16 Thread Chris Metcalf
'i' is unused in tile_net_dev_init() after commit d581ebf5a1f (net: tile: Use helpers from linux/etherdevice.h to check/set MAC). Signed-off-by: Chris Metcalf cmetc...@tilera.com --- v2: includes previous commit's summary line as suggested by Sergei Shtylyov. drivers/net/ethernet/tile/tilegx.c

Re: [PATCH v2] net: tile: fix unused variable warning

2014-06-16 Thread David Miller
From: Chris Metcalf cmetc...@tilera.com Date: Mon, 16 Jun 2014 13:14:05 -0400 'i' is unused in tile_net_dev_init() after commit d581ebf5a1f (net: tile: Use helpers from linux/etherdevice.h to check/set MAC). Signed-off-by: Chris Metcalf cmetc...@tilera.com --- v2: includes previous