Loading drivers/power/supply/qcom/smb-lib.c +3 −0 Original line number Diff line number Diff line Loading @@ -510,6 +510,9 @@ static int smblib_request_dpdm(struct smb_charger *chg, bool enable) { int rc = 0; if (chg->pr_swap_in_progress) return 0; /* fetch the DPDM regulator */ if (!chg->dpdm_reg && of_get_property(chg->dev->of_node, "dpdm-supply", NULL)) { Loading Loading
drivers/power/supply/qcom/smb-lib.c +3 −0 Original line number Diff line number Diff line Loading @@ -510,6 +510,9 @@ static int smblib_request_dpdm(struct smb_charger *chg, bool enable) { int rc = 0; if (chg->pr_swap_in_progress) return 0; /* fetch the DPDM regulator */ if (!chg->dpdm_reg && of_get_property(chg->dev->of_node, "dpdm-supply", NULL)) { Loading