Jakub Kicinski 74afa30630 net: fec_mpc52xx: don't discard const from netdev->dev_addr
Recent changes made netdev->dev_addr const, and it's passed
directly to mpc52xx_fec_set_paddr().

Similar problem exists on the probe patch, the driver needs
to call eth_hw_addr_set().

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Fixes: adeef3e32146 ("net: constify netdev->dev_addr")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-01-25 11:10:46 +00:00
..
2021-11-19 11:05:21 +00:00
2022-01-09 16:52:18 -08:00
2022-01-14 11:20:06 +00:00
2022-01-09 16:52:18 -08:00
2022-01-20 10:25:41 -08:00
2022-01-09 16:52:18 -08:00
2021-11-12 20:13:28 -08:00