]> Git Repo - linux.git/commitdiff
regulator: max8925: Silence checkpatch warning
authorSachin Kamat <[email protected]>
Tue, 18 Mar 2014 10:23:03 +0000 (15:53 +0530)
committerMark Brown <[email protected]>
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
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;
This page took 0.064878 seconds and 4 git commands to generate.