summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2020-01-10 08:52:52 +0300
committerMark Brown <broonie@kernel.org>2020-01-10 13:35:20 +0000
commitb83380512e955f538366c33dd79d660cdac2875c (patch)
tree6dbe759ef264a19c87ef5837de8c399cf9859490 /drivers/regulator
parent6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c (diff)
regulator: mp8859: tidy up white space in probe
These two lines are indented an extra tab. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20200110055252.rvelu4ysvoxsbmlg@kili.mountain Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/mp8859.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/mp8859.c b/drivers/regulator/mp8859.c
index e804a5267301..1d26b506ee5b 100644
--- a/drivers/regulator/mp8859.c
+++ b/drivers/regulator/mp8859.c
@@ -123,8 +123,8 @@ static int mp8859_i2c_probe(struct i2c_client *i2c)
ret = PTR_ERR(rdev);
dev_err(&i2c->dev, "failed to register %s: %d\n",
mp8859_regulators[0].name, ret);
- return ret;
- }
+ return ret;
+ }
return 0;
}