diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-18 06:23:03 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-18 08:40:19 -0400 |
commit | c74c76e8503e3f23f848a8bdf335b82bdf827d5a (patch) | |
tree | a455cca064cbb2e32bfa2b657e70c76b1433061f | |
parent | 15af45d1522af87bb5914e3c137b0b80bbca5931 (diff) |
regulator: max8925: Silence checkpatch warning
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>
-rw-r--r-- | drivers/regulator/max8925-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max8925-regulator.c b/drivers/regulator/max8925-regulator.c index e316abae004a..dad2bcd14e96 100644 --- 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, | |||
249 | { | 249 | { |
250 | struct device_node *nproot, *np; | 250 | struct device_node *nproot, *np; |
251 | int rcount; | 251 | int rcount; |
252 | |||
252 | nproot = of_node_get(pdev->dev.parent->of_node); | 253 | nproot = of_node_get(pdev->dev.parent->of_node); |
253 | if (!nproot) | 254 | if (!nproot) |
254 | return -ENODEV; | 255 | return -ENODEV; |