Loading drivers/power/supply/qcom/step-chg-jeita.c +1 −1 Original line number Diff line number Diff line Loading @@ -306,7 +306,7 @@ static int get_step_chg_jeita_setting_from_profile(struct step_chg_info *chip) chip->step_chg_config->param.psy_prop = POWER_SUPPLY_PROP_VOLTAGE_OCV; chip->step_chg_config->param.prop_name = "OCV"; chip->step_chg_config->param.hysteresis = 10000; chip->step_chg_config->param.hysteresis = 0; chip->step_chg_config->param.use_bms = true; } Loading Loading
drivers/power/supply/qcom/step-chg-jeita.c +1 −1 Original line number Diff line number Diff line Loading @@ -306,7 +306,7 @@ static int get_step_chg_jeita_setting_from_profile(struct step_chg_info *chip) chip->step_chg_config->param.psy_prop = POWER_SUPPLY_PROP_VOLTAGE_OCV; chip->step_chg_config->param.prop_name = "OCV"; chip->step_chg_config->param.hysteresis = 10000; chip->step_chg_config->param.hysteresis = 0; chip->step_chg_config->param.use_bms = true; } Loading