aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/tps65023-regulator.c')
-rw-r--r--drivers/regulator/tps65023-regulator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c
index d2c3d7cc35f5..5ca6d2130593 100644
--- a/drivers/regulator/tps65023-regulator.c
+++ b/drivers/regulator/tps65023-regulator.c
@@ -311,8 +311,7 @@ static int tps_65023_probe(struct i2c_client *client,
311 311
312 /* Enable setting output voltage by I2C */ 312 /* Enable setting output voltage by I2C */
313 regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, 313 regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2,
314 TPS65023_REG_CTRL2_CORE_ADJ, 314 TPS65023_REG_CTRL2_CORE_ADJ, 0);
315 TPS65023_REG_CTRL2_CORE_ADJ);
316 315
317 return 0; 316 return 0;
318} 317}