Re: [PATCH] phy: qcom-usb: Fix error handling in qcom_usb_hsic_phy_power_on()

2017-11-07 Thread Stephen Boyd
Quoting Alexey Khoroshilov (2017-10-27 15:15:36) > There is a misprint in error handling of pinctrl_lookup_state(), > where qcom_usb_hsic_phy_power_on() does return instead of goto err_ulpi. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov

Re: [PATCH] phy: qcom-usb: Fix error handling in qcom_usb_hsic_phy_power_on()

2017-11-07 Thread Stephen Boyd
Quoting Alexey Khoroshilov (2017-10-27 15:15:36) > There is a misprint in error handling of pinctrl_lookup_state(), > where qcom_usb_hsic_phy_power_on() does return instead of goto err_ulpi. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov

[PATCH] phy: qcom-usb: Fix error handling in qcom_usb_hsic_phy_power_on()

2017-10-27 Thread Alexey Khoroshilov
There is a misprint in error handling of pinctrl_lookup_state(), where qcom_usb_hsic_phy_power_on() does return instead of goto err_ulpi. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov ---

[PATCH] phy: qcom-usb: Fix error handling in qcom_usb_hsic_phy_power_on()

2017-10-27 Thread Alexey Khoroshilov
There is a misprint in error handling of pinctrl_lookup_state(), where qcom_usb_hsic_phy_power_on() does return instead of goto err_ulpi. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/phy/qualcomm/phy-qcom-usb-hsic.c | 6 -- 1