Re: [PATCH -next] phy: ti: j721e-wiz: Fix some error return code in wiz_probe()

2020-05-12 Thread Kishon Vijay Abraham I
On 5/7/2020 12:11 PM, Roger Quadros wrote: > > > On 07/05/2020 08:41, Wei Yongjun wrote: >> Fix to return negative error code from some error handling >> cases instead of 0, as done elsewhere in this function. >> >> Fixes: 091876cc355d ("phy: ti: j721e-wiz: Add support for WIZ module present

Re: [PATCH -next] phy: ti: j721e-wiz: Fix some error return code in wiz_probe()

2020-05-07 Thread Roger Quadros
On 07/05/2020 08:41, Wei Yongjun wrote: Fix to return negative error code from some error handling cases instead of 0, as done elsewhere in this function. Fixes: 091876cc355d ("phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC") Reported-by: Hulk Robot Signed-off-by:

[PATCH -next] phy: ti: j721e-wiz: Fix some error return code in wiz_probe()

2020-05-06 Thread Wei Yongjun
Fix to return negative error code from some error handling cases instead of 0, as done elsewhere in this function. Fixes: 091876cc355d ("phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC") Reported-by: Hulk Robot Signed-off-by: Wei Yongjun ---