Loading drivers/power/qpnp-smbcharger.c +1 −2 Original line number Diff line number Diff line Loading @@ -312,7 +312,6 @@ enum wake_reason { enum fcc_voters { ESR_PULSE_FCC_VOTER, BATT_TYPE_FCC_VOTER, USER_FCC_VOTER, RESTRICTED_CHG_FCC_VOTER, NUM_FCC_VOTER, }; Loading Loading @@ -2271,7 +2270,7 @@ static int smbchg_set_fastchg_current_user(struct smbchg_chip *chip, pr_smb(PR_STATUS, "User setting FCC to %d\n", current_ma); rc = vote(chip->fcc_votable, USER_FCC_VOTER, true, current_ma); rc = vote(chip->fcc_votable, BATT_TYPE_FCC_VOTER, true, current_ma); if (rc < 0) pr_err("Couldn't vote en rc %d\n", rc); return rc; Loading Loading
drivers/power/qpnp-smbcharger.c +1 −2 Original line number Diff line number Diff line Loading @@ -312,7 +312,6 @@ enum wake_reason { enum fcc_voters { ESR_PULSE_FCC_VOTER, BATT_TYPE_FCC_VOTER, USER_FCC_VOTER, RESTRICTED_CHG_FCC_VOTER, NUM_FCC_VOTER, }; Loading Loading @@ -2271,7 +2270,7 @@ static int smbchg_set_fastchg_current_user(struct smbchg_chip *chip, pr_smb(PR_STATUS, "User setting FCC to %d\n", current_ma); rc = vote(chip->fcc_votable, USER_FCC_VOTER, true, current_ma); rc = vote(chip->fcc_votable, BATT_TYPE_FCC_VOTER, true, current_ma); if (rc < 0) pr_err("Couldn't vote en rc %d\n", rc); return rc; Loading