
14 Sep
2023
14 Sep
'23
12:04 a.m.
On Thu, Aug 31, 2023 at 11:07:08PM +0000, Jonas Karlman wrote:
generic_phy_exit() typically return 0 for a struct phy that has been initialized with a generic_phy_init() call.
generic_setup_phy() returns the value from a generic_phy_exit() call when generic_phy_power_on() fails. This hides the failed state of the power_on ops from the caller of generic_setup_phy().
Fix this by ignoring the return value of the generic_phy_exit() call and return the value from the generic_phy_power_on() call.
Fixes: 84e561407a5f ("phy: Add generic_{setup,shutdown}_phy() helpers") Signed-off-by: Jonas Karlman jonas@kwiboo.se
Applied to u-boot/next, thanks!
--
Tom