]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: apple: drop unused variable
authorEmilio López <emilio@elopez.com.ar>
Wed, 22 May 2013 13:57:35 +0000 (13:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2013 06:42:44 +0000 (23:42 -0700)
commit6b25d3e55712b4d9e72a852c44d0888af23b2024
tree33fee7a822c381c66074a2f28108ae3df83e28a3
parent62049600d3ee985fd8e8f25523fa03fbc5289f0c
net: ethernet: apple: drop unused variable

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/apple/bmac.c