Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c74c76e8 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mark Brown
Browse files

regulator: max8925: Silence checkpatch warning



Silences the following type of checkpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 15af45d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;