Loading drivers/power/supply/qcom/smb138x-charger.c +0 −7 Original line number Diff line number Diff line Loading @@ -941,13 +941,6 @@ static int smb138x_init_slave_hw(struct smb138x *chip) return rc; } rc = smblib_write(chg, THERMREG_SRC_CFG_REG, THERMREG_SKIN_ADC_SRC_EN_BIT); if (rc < 0) { pr_err("Couldn't enable connector thermreg source rc=%d\n", rc); return rc; } return 0; } Loading Loading
drivers/power/supply/qcom/smb138x-charger.c +0 −7 Original line number Diff line number Diff line Loading @@ -941,13 +941,6 @@ static int smb138x_init_slave_hw(struct smb138x *chip) return rc; } rc = smblib_write(chg, THERMREG_SRC_CFG_REG, THERMREG_SKIN_ADC_SRC_EN_BIT); if (rc < 0) { pr_err("Couldn't enable connector thermreg source rc=%d\n", rc); return rc; } return 0; } Loading