Message ID | 1395138184-25287-3-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Accepted |
Commit | c74c76e8503e3f23f848a8bdf335b82bdf827d5a |
Headers | show |
On Tue, Mar 18, 2014 at 03:53:03PM +0530, Sachin Kamat wrote: > Silences the following type of checkpatch warning: > WARNING: Missing a blank line after declarations Applied, thanks.
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;
Silences the following type of checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/regulator/max8925-regulator.c | 1 + 1 file changed, 1 insertion(+)