Browse Source

Merge remote-tracking branch 'regulator/topic/tps65023' into regulator-next

Mark Brown 11 years ago
parent
commit
f5549f5bd8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/regulator/tps65023-regulator.c

+ 2 - 1
drivers/regulator/tps65023-regulator.c

@@ -293,7 +293,8 @@ static int tps_65023_probe(struct i2c_client *client,
 
 	/* Enable setting output voltage by I2C */
 	regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2,
-			TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ);
+					TPS65023_REG_CTRL2_CORE_ADJ,
+					TPS65023_REG_CTRL2_CORE_ADJ);
 
 	return 0;
 }