Re: [PATCH 1/2] phy: stm32-usphyc: release resources to properly support EPROBE_DEFER

2020-12-16 Thread Sascha Hauer
On Mon, Dec 14, 2020 at 06:53:08PM +0100, Ahmad Fatoum wrote: > Hello Sascha, > > On 22.07.20 10:09, Ahmad Fatoum wrote: > > Driver failed to release resources on failed probe so far, leading to > > deferred probe failing with -EBUSY. Fix this. > > > > Signed-off-by: Ahmad Fatoum > > As we

[PATCH 1/2] phy: stm32-usphyc: release resources to properly support EPROBE_DEFER

2020-07-22 Thread Ahmad Fatoum
Driver failed to release resources on failed probe so far, leading to deferred probe failing with -EBUSY. Fix this. Signed-off-by: Ahmad Fatoum --- drivers/phy/phy-stm32-usbphyc.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/phy/phy-stm32-usbphyc.c