regulator: max8925: Silence checkpatch warning
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 18 Mar 2014 10:23:03 +0000 (15:53 +0530)
committerMark 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

index e316abae004a91ce32be2e3f5f8fbd421e97b601..dad2bcd14e962759d9f5e7b9ae579f6c1369b325 100644 (file)
@@ -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;