Loading drivers/power/supply/qcom/smb1355-charger.c +1 −1 Original line number Diff line number Diff line Loading @@ -1364,7 +1364,7 @@ static int smb1355_probe(struct platform_device *pdev) chip->c_charger_temp_max = -EINVAL; mutex_init(&chip->write_lock); INIT_DELAYED_WORK(&chip->die_temp_work, die_temp_work); chip->disabled = true; chip->disabled = false; chip->die_temp_deciDegC = -EINVAL; chip->regmap = dev_get_regmap(chip->dev->parent, NULL); Loading Loading
drivers/power/supply/qcom/smb1355-charger.c +1 −1 Original line number Diff line number Diff line Loading @@ -1364,7 +1364,7 @@ static int smb1355_probe(struct platform_device *pdev) chip->c_charger_temp_max = -EINVAL; mutex_init(&chip->write_lock); INIT_DELAYED_WORK(&chip->die_temp_work, die_temp_work); chip->disabled = true; chip->disabled = false; chip->die_temp_deciDegC = -EINVAL; chip->regmap = dev_get_regmap(chip->dev->parent, NULL); Loading