Loading drivers/power/qpnp-smbcharger.c +6 −0 Original line number Diff line number Diff line Loading @@ -5975,6 +5975,12 @@ static int smbchg_hw_init(struct smbchg_chip *chip) return rc; } } /* unsuspend dc path, it could be suspended by the bootloader */ rc = smbchg_dc_suspend(chip, 0); if (rc < 0) { dev_err(chip->dev, "Couldn't unspended dc path= %d\n", rc); return rc; } if (chip->force_aicl_rerun) rc = smbchg_aicl_config(chip); Loading Loading
drivers/power/qpnp-smbcharger.c +6 −0 Original line number Diff line number Diff line Loading @@ -5975,6 +5975,12 @@ static int smbchg_hw_init(struct smbchg_chip *chip) return rc; } } /* unsuspend dc path, it could be suspended by the bootloader */ rc = smbchg_dc_suspend(chip, 0); if (rc < 0) { dev_err(chip->dev, "Couldn't unspended dc path= %d\n", rc); return rc; } if (chip->force_aicl_rerun) rc = smbchg_aicl_config(chip); Loading