Re: [PATCH v2 2/3] phy: Return success from generic_setup_phy() when phy is not found

2023-09-13 Thread Tom Rini
On Thu, Aug 31, 2023 at 11:07:10PM +, Jonas Karlman wrote: > Restore the old behavior of ehci_setup_phy() and ohci_setup_phy() to > return success when generic_phy_get_by_index() return -ENOENT. > > Fixes: 84e561407a5f ("phy: Add generic_{setup,shutdown}_phy() helpers") > Fixes: 10005004db73

[PATCH v2 2/3] phy: Return success from generic_setup_phy() when phy is not found

2023-08-31 Thread Jonas Karlman
Restore the old behavior of ehci_setup_phy() and ohci_setup_phy() to return success when generic_phy_get_by_index() return -ENOENT. Fixes: 84e561407a5f ("phy: Add generic_{setup,shutdown}_phy() helpers") Fixes: 10005004db73 ("usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers")