]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
regulator: tps65023: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 08:52:45 +0000 (17:52 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:36:05 +0000 (13:36 +0100)
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>
drivers/regulator/tps65023-regulator.c

index a15263d4bdff8a2fbd433c1315291def0bf66917..f6e398240686893dd833f8388596cd2870dfe2a9 100644 (file)
@@ -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;