summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-24 12:11:42 +0200
committerMark Brown <broonie@linaro.org>2013-10-24 12:11:42 +0200
commitf5549f5bd83dad45f92bb5299f3532ea166674bf (patch)
tree6053d27a81fbb1f6935a932a87fa5c271326a8cf /drivers
parentMerge remote-tracking branch 'regulator/topic/tps6105x' into regulator-next (diff)
parentregulator: tps65023: Fix checkpatch issue (diff)
downloadlinux-f5549f5bd83dad45f92bb5299f3532ea166674bf.tar.xz
linux-f5549f5bd83dad45f92bb5299f3532ea166674bf.zip
Merge remote-tracking branch 'regulator/topic/tps65023' into regulator-next
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/tps65023-regulator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c
index a957579bd98b..3ef67a86115c 100644
--- a/drivers/regulator/tps65023-regulator.c
+++ b/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;
}