Re: [PATCH 1/3] net: ethernet: apple: drop unused variable
From: David Miller <davem@davemloft.net>
Date: 2013-05-23 06:43:09
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-05-23 06:43:09
Also in:
lkml
From: Emilio López <emilio@elopez.com.ar> 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.
Signed-off-by: Emilio López <emilio@elopez.com.ar>Applied.