Commit 7f6ec2b2 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

ethernet: broadcom/sb1250-mac: don't write directly to netdev->dev_addr



netdev->dev_addr is const now.

Compile tested bigsur_defconfig and sb1250_swarm_defconfig.

Fixes: adeef3e3 ("net: constify netdev->dev_addr")
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 14ba66a6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2183,9 +2183,7 @@ static int sbmac_init(struct platform_device *pldev, long long base)
		ea_reg >>= 8;
	}

	for (i = 0; i < 6; i++) {
		dev->dev_addr[i] = eaddr[i];
	}
	eth_hw_addr_set(dev, eaddr);

	/*
	 * Initialize context (get pointers to registers and stuff), then