Re: [PATCH v2] phy/qcom-qmp-combo: propagate correct return value at phy_power_on()

From: Abhinav Kumar
Date: Fri Mar 29 2024 - 14:24:56 EST




On 3/29/2024 9:41 AM, Kuogee Hsieh wrote:
Currently qmp_combo_dp_power_on() always return 0 in regardless of
return value of cfg->configure_dp_phy(). This patch propagate
return value of cfg->configure_dp_phy() all the way back to caller.

Fixes: 52e013d0bffa ("phy: qcom-qmp: Add support for DP in USB3+DP combo phy")
Signed-off-by: Kuogee Hsieh <quic_khsieh@xxxxxxxxxxx>
---
drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)


Thanks for the cleanup!

Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>