Re: [PATCH net v1 1/1] net: phy: c45: fix network interface initialization failures on xtensa, arm:cubieboard
From: Simon Horman <hidden>
Date: 2023-02-25 16:44:08
Also in:
lkml
From: Simon Horman <hidden>
Date: 2023-02-25 16:44:08
Also in:
lkml
On Sat, Feb 25, 2023 at 08:16:44AM +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>Reviewed-by: Simon Horman <redacted>