mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
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 <emilio@elopez.com.ar>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
da2e2c2149
commit
1a5904342c
@ -483,7 +483,6 @@ static void korina_multicast_list(struct net_device *dev)
|
||||
unsigned long flags;
|
||||
struct netdev_hw_addr *ha;
|
||||
u32 recognise = ETH_ARC_AB; /* always accept broadcasts */
|
||||
int i;
|
||||
|
||||
/* Set promiscuous mode */
|
||||
if (dev->flags & IFF_PROMISC)
|
||||
|
Loading…
Reference in New Issue
Block a user