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

2014-06-16 Thread Sergei Shtylyov
Hello. On 06/16/2014 09:14 PM, Chris Metcalf wrote: 'i' is unused in tile_net_dev_init() after commit d581ebf5a1f. Please also specify that commit's summary line in parens. Signed-off-by: Chris Metcalf WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-ker

[PATCH] net: tile: fix unused variable warning

2014-06-16 Thread Chris Metcalf
'i' is unused in tile_net_dev_init() after commit d581ebf5a1f. Signed-off-by: Chris Metcalf --- drivers/net/ethernet/tile/tilegx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/tile/tilegx.c b/drivers/net/ethernet/tile/tilegx.c index 14389f841d43..4c70360967c2 100644 -