projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7482d6e
)
regulator: act8945a-regulator: fix line over 80 chars warning
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Tue, 11 Dec 2018 15:56:45 +0000
(15:56 +0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 12 Dec 2018 16:59:19 +0000
(16:59 +0000)
Fix line over 80 chars checkpatch.pl warning.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/act8945a-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/act8945a-regulator.c
b/drivers/regulator/act8945a-regulator.c
index f37d1a8604079c11c3484403fc0fb6b191a3ed37..f4d60743efb31f1c9c2ade194dc7b3e316769b72 100644
(file)
--- a/
drivers/regulator/act8945a-regulator.c
+++ b/
drivers/regulator/act8945a-regulator.c
@@
-310,7
+310,8
@@
static int act8945a_pmic_probe(struct platform_device *pdev)
config.dev->of_node = pdev->dev.parent->of_node;
config.driver_data = act8945a;
for (i = 0; i < num_regulators; i++) {
- rdev = devm_regulator_register(&pdev->dev, ®ulators[i], &config);
+ rdev = devm_regulator_register(&pdev->dev, ®ulators[i],
+ &config);
if (IS_ERR(rdev)) {
dev_err(&pdev->dev,
"failed to register %s regulator\n",