Re: [PATCH 1/3] net: ethernet: apple: drop unused variable

2013-05-22 Thread David Miller
From: Emilio López Date: Wed, 22 May 2013 20:57:35 -0300 > Commit 3b0aaef ("net: ethernet: apple: 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

[PATCH 1/3] net: ethernet: apple: drop unused variable

2013-05-22 Thread Emilio López
Commit 3b0aaef ("net: ethernet: apple: 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/apple/bma