Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da2e2c21 authored by Emilio López's avatar Emilio López Committed by David S. Miller
Browse files

net: ethernet: apple: drop unused variable



Commit 3b0aaef8 ("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: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bcef9a8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1016,7 +1016,6 @@ static void bmac_set_multicast(struct net_device *dev)
static void bmac_set_multicast(struct net_device *dev)
{
	struct netdev_hw_addr *ha;
	int i;
	unsigned short rx_cfg;
	u32 crc;