mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
mv643xx_eth: fix variable shadowing sparse warning
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3d0a3cc9d7
commit
7eaa2b20ca
@ -1807,7 +1807,6 @@ static void mv643xx_eth_program_multicast_filter(struct net_device *dev)
|
||||
if (dev->flags & (IFF_PROMISC | IFF_ALLMULTI)) {
|
||||
int port_num;
|
||||
u32 accept;
|
||||
int i;
|
||||
|
||||
oom:
|
||||
port_num = mp->port_num;
|
||||
|
Loading…
Reference in New Issue
Block a user