projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6501c1f
)
regulator: mp8859: tidy up white space in probe
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 10 Jan 2020 05:52:52 +0000
(08:52 +0300)
committer
Mark Brown
<broonie@kernel.org>
Fri, 10 Jan 2020 13:35:20 +0000
(13:35 +0000)
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>
drivers/regulator/mp8859.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/mp8859.c
b/drivers/regulator/mp8859.c
index e804a52673017eb7ed3a9e01e063cc5810b99d9f..1d26b506ee5b06cbe48852b4c02708b1ba5816d3 100644
(file)
--- 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;
}