Re: [PATCH 2/3] net: ethernet: korina: drop unused variable

2013-05-22 Thread David Miller
From: Emilio López Date: Wed, 22 May 2013 20:57:36 -0300 > Commit e998fd4 ("net: ethernet: korina: initialize variables directly") > dropped the only loop that was using i but did not remove the actual > variable, therefore causing a warning when building. This patch drops > the now redundant lin

[PATCH 2/3] net: ethernet: korina: drop unused variable

2013-05-22 Thread Emilio López
Commit e998fd4 ("net: ethernet: korina: initialize variables directly") dropped the only loop that was using i but did not remove the actual variable, therefore causing a warning when building. This patch drops the now redundant line. Signed-off-by: Emilio López --- drivers/net/ethernet/korina.c