Loading drivers/regulator/qpnp-lcdb-regulator.c +1 −1 Original line number Diff line number Diff line Loading @@ -2022,7 +2022,7 @@ static int qpnp_lcdb_init_bst(struct qpnp_lcdb *lcdb) if (lcdb->bst.ps != -EINVAL) { rc = qpnp_lcdb_masked_write(lcdb, lcdb->base + LCDB_PS_CTL_REG, EN_PS_BIT, &lcdb->bst.ps ? EN_PS_BIT : 0); lcdb->bst.ps ? EN_PS_BIT : 0); if (rc < 0) { pr_err("Failed to disable BST PS rc=%d", rc); return rc; Loading Loading
drivers/regulator/qpnp-lcdb-regulator.c +1 −1 Original line number Diff line number Diff line Loading @@ -2022,7 +2022,7 @@ static int qpnp_lcdb_init_bst(struct qpnp_lcdb *lcdb) if (lcdb->bst.ps != -EINVAL) { rc = qpnp_lcdb_masked_write(lcdb, lcdb->base + LCDB_PS_CTL_REG, EN_PS_BIT, &lcdb->bst.ps ? EN_PS_BIT : 0); lcdb->bst.ps ? EN_PS_BIT : 0); if (rc < 0) { pr_err("Failed to disable BST PS rc=%d", rc); return rc; Loading