aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-12 13:46:16 +0000
committerMark Brown <broonie@kernel.org>2019-02-12 14:20:10 +0000
commitc79fba835ca8a5affe3564a7a2b4f90bbcdfde36 (patch)
treebd729ee9a619019ee7629313959ecf23a3e4012b /drivers/regulator
parentregulator: lp8788-buck: Convert to linear range (diff)
downloadlinux-dev-c79fba835ca8a5affe3564a7a2b4f90bbcdfde36.tar.xz
linux-dev-c79fba835ca8a5affe3564a7a2b4f90bbcdfde36.zip
regulator: max77802-regulator: fix indentation in if statement
There are several lines in an if statement that are not indented correctly. Fix these by removing the tabs. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/max77802-regulator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/max77802-regulator.c b/drivers/regulator/max77802-regulator.c
index c30cf5c9f2de..ea7b50397300 100644
--- a/drivers/regulator/max77802-regulator.c
+++ b/drivers/regulator/max77802-regulator.c
@@ -248,9 +248,9 @@ static int max77802_set_ramp_delay_2bit(struct regulator_dev *rdev,
unsigned int ramp_value;
if (id > MAX77802_BUCK4) {
- dev_warn(&rdev->dev,
- "%s: regulator: ramp delay not supported\n",
- rdev->desc->name);
+ dev_warn(&rdev->dev,
+ "%s: regulator: ramp delay not supported\n",
+ rdev->desc->name);
return -EINVAL;
}
ramp_value = max77802_find_ramp_value(rdev, ramp_table_77802_2bit,