diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-10-14 04:52:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-15 08:36:05 -0400 |
commit | 5ee034e614a9e115763fa8d50ae18bf6a13b21d1 (patch) | |
tree | 064794014025a240ece04a83374814adaa8631fa /drivers/regulator | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) |
regulator: tps65023: Fix checkpatch issue
Fix the following checkpatch warning.
WARNING: line over 80 characters
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/tps65023-regulator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c index a15263d4bdff..f6e398240686 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, | |||
293 | 293 | ||
294 | /* Enable setting output voltage by I2C */ | 294 | /* Enable setting output voltage by I2C */ |
295 | regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, | 295 | regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, |
296 | TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ); | 296 | TPS65023_REG_CTRL2_CORE_ADJ, |
297 | TPS65023_REG_CTRL2_CORE_ADJ); | ||
297 | 298 | ||
298 | return 0; | 299 | return 0; |
299 | 300 | ||