Re: [PATCH v2] phy: mapphone-mdm6600: return error when timed out powering up

2020-11-16 Thread Vinod Koul
On 16-11-20, 17:11, xiakaixu1...@gmail.com wrote: > From: Kaixu Xia > > The value of variable error is overwritten by the following call > devm_request_threaded_irq() in phy_mdm6600_device_power_on(), actually > we should return error when timed out powering up. > > Reported-by: Tosk Robot > Si

[PATCH v2] phy: mapphone-mdm6600: return error when timed out powering up

2020-11-16 Thread xiakaixu1987
From: Kaixu Xia The value of variable error is overwritten by the following call devm_request_threaded_irq() in phy_mdm6600_device_power_on(), actually we should return error when timed out powering up. Reported-by: Tosk Robot Signed-off-by: Kaixu Xia --- v2: -directly return error when timed