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

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

Merge "regulator: qpnp-lcdb: Correct the typo in pull down strength programming"

parents b6f89358 64a1d802
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1826,7 +1826,7 @@ static int qpnp_lcdb_init_bst(struct qpnp_lcdb *lcdb)

		if (lcdb->bst.pd_strength != -EINVAL) {
			rc = qpnp_lcdb_masked_write(lcdb, lcdb->base +
				LCDB_NCP_PD_CTL_REG, BOOST_PD_STRENGTH_BIT,
				LCDB_BST_PD_CTL_REG, BOOST_PD_STRENGTH_BIT,
				lcdb->bst.pd_strength ?
				BOOST_PD_STRENGTH_BIT : 0);
			if (rc < 0) {