projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15af45d
)
regulator: max8925: Silence checkpatch warning
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 18 Mar 2014 10:23:03 +0000
(15:53 +0530)
committer
Mark Brown
<broonie@linaro.org>
Tue, 18 Mar 2014 12:40:19 +0000
(12:40 +0000)
Silences the following type of checkpatch warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/max8925-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/max8925-regulator.c
b/drivers/regulator/max8925-regulator.c
index e316abae004a91ce32be2e3f5f8fbd421e97b601..dad2bcd14e962759d9f5e7b9ae579f6c1369b325 100644
(file)
--- a/
drivers/regulator/max8925-regulator.c
+++ b/
drivers/regulator/max8925-regulator.c
@@
-249,6
+249,7
@@
static int max8925_regulator_dt_init(struct platform_device *pdev,
{
struct device_node *nproot, *np;
int rcount;
+
nproot = of_node_get(pdev->dev.parent->of_node);
if (!nproot)
return -ENODEV;