]> Git Repo - linux.git/commit
usb: typec: qcom-pmic: fix pdphy start() error handling
authorJohan Hovold <[email protected]>
Thu, 18 Apr 2024 14:57:30 +0000 (16:57 +0200)
committerGreg Kroah-Hartman <[email protected]>
Tue, 23 Apr 2024 23:28:22 +0000 (16:28 -0700)
commitf2004e82abb679735e1dff99f9c94eb4bfe735b4
tree2c9f58675eec212b5b3892fdaccb59ae2c2d4110
parentd80eee97cb4e90768a81c856ac71d721996d86b7
usb: typec: qcom-pmic: fix pdphy start() error handling

Move disabling of the vdd-pdphy supply to the start() function which
enabled it for symmetry and to make sure that it is disabled as intended
in all error paths of pmic_typec_pdphy_reset() (i.e. not just when
qcom_pmic_typec_pdphy_enable() fails).

Cc: [email protected] # Not needed in any stable release, just a minor bugfix
Fixes: a4422ff22142 ("usb: typec: qcom: Add Qualcomm PMIC Type-C driver")
Signed-off-by: Johan Hovold <[email protected]>
Reviewed-by: Bryan O'Donoghue <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c
This page took 0.040571 seconds and 4 git commands to generate.