Re: [PATCH] net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()
From: David Miller <davem@davemloft.net>
Date: 2020-10-02 22:21:43
Also in:
linux-usb
From: David Miller <davem@davemloft.net>
Date: 2020-10-02 22:21:43
Also in:
linux-usb
From: Lukasz Stelmach <l.stelmach@samsung.com> Date: Fri, 02 Oct 2020 09:39:40 +0200
In both drivers the second to last line of the *_init_mac_address()[1][2]
functions is
eth_hw_addr_random(dev->net);My bad, indeed it does take care of this already. Applied to net-next, thanks.