From: Sachin Kamat Date: Tue, 18 Mar 2014 10:23:03 +0000 (+0530) Subject: regulator: max8925: Silence checkpatch warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c74c76e8503e3f23f848a8bdf335b82bdf827d5a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git regulator: max8925: Silence checkpatch warning Silences the following type of checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- 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, { struct device_node *nproot, *np; int rcount; + nproot = of_node_get(pdev->dev.parent->of_node); if (!nproot) return -ENODEV;