Re: [PATCH net v1 1/1] net: phy: c45: fix network interface initialization failures on xtensa, arm:cubieboard
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-02-27 21:17:01
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-02-27 21:17:01
Also in:
lkml
On Sat, 25 Feb 2023 08:16:44 +0100 Oleksij Rempel wrote:
Without proper initialization, "changed" returned random numbers and caused
interface initialization failures.
Fixes: 022c3f87f88e ("net: phy: add genphy_c45_ethtool_get/set_eee() support")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>Applied, thanks!