]> Git Repo - linux.git/commit
net: ethernet: korina: drop unused variable
authorEmilio López <[email protected]>
Wed, 22 May 2013 13:57:36 +0000 (13:57 +0000)
committerDavid S. Miller <[email protected]>
Thu, 23 May 2013 06:42:44 +0000 (23:42 -0700)
commit1a5904342c7380ceddd61c0b37544d752d0b1433
tree47e2681523b193629eb69a1bd6d3b32fb0bc84b2
parentda2e2c214953f37c2a6be20226537ca5a329724c
net: ethernet: korina: drop unused variable

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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/korina.c
This page took 0.052078 seconds and 4 git commands to generate.