Re: [PATCH -next] phy: ingenic: Fix a typo in ingenic_usb_phy_probe()

2021-03-15 Thread Vinod Koul
On 05-03-21, 03:49, 'Wei Yongjun wrote: > From: Wei Yongjun > > Fix the return value check typo which testing the wrong variable > in ingenic_usb_phy_probe(). Applied, thanks -- ~Vinod

Re: [PATCH -next] phy: ingenic: Fix a typo in ingenic_usb_phy_probe()

2021-03-07 Thread Paul Cercueil
Le ven. 5 mars 2021 à 3:49, 'Wei Yongjun a écrit : From: Wei Yongjun Fix the return value check typo which testing the wrong variable in ingenic_usb_phy_probe(). Fixes: 31de313dfdcf ("PHY: Ingenic: Add USB PHY driver using generic PHY framework.") Reported-by: Hulk Robot

[PATCH -next] phy: ingenic: Fix a typo in ingenic_usb_phy_probe()

2021-03-04 Thread 'Wei Yongjun
From: Wei Yongjun Fix the return value check typo which testing the wrong variable in ingenic_usb_phy_probe(). Fixes: 31de313dfdcf ("PHY: Ingenic: Add USB PHY driver using generic PHY framework.") Reported-by: Hulk Robot Signed-off-by: Wei Yongjun --- drivers/phy/ingenic/phy-ingenic-usb.c |