Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit defde449 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: qcom: smb138x-charger: do not enable parallel thermal regulation"

parents 985d0330 03379835
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;
}