Loading drivers/regulator/qpnp-lcdb-regulator.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
drivers/regulator/qpnp-lcdb-regulator.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading