]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ethernet: sun: drop unused variable
authorEmilio López <emilio@elopez.com.ar>
Wed, 22 May 2013 13:57:37 +0000 (13:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2013 06:42:45 +0000 (23:42 -0700)
commitc573972c111eb4c6b3f3250ad71e7c75cc799833
tree74125fd4b444eb1cb07bd0bd8caa7b4ee910c4d8
parent1a5904342c7380ceddd61c0b37544d752d0b1433
net: ethernet: sun: drop unused variable

Commit bfd428d ("net: ethernet: sun: 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.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sun/sunbmac.c