Loading drivers/power/supply/qcom/qpnp-smb5.c +1 −0 Original line number Diff line number Diff line Loading @@ -1300,6 +1300,7 @@ static int smb5_batt_get_prop(struct power_supply *psy, break; case POWER_SUPPLY_PROP_FORCE_RECHARGE: val->intval = 0; break; case POWER_SUPPLY_PROP_FCC_STEPPER_ENABLE: val->intval = chg->fcc_stepper_enable; break; Loading Loading
drivers/power/supply/qcom/qpnp-smb5.c +1 −0 Original line number Diff line number Diff line Loading @@ -1300,6 +1300,7 @@ static int smb5_batt_get_prop(struct power_supply *psy, break; case POWER_SUPPLY_PROP_FORCE_RECHARGE: val->intval = 0; break; case POWER_SUPPLY_PROP_FCC_STEPPER_ENABLE: val->intval = chg->fcc_stepper_enable; break; Loading