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

Commit 14316c4c authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Linus Walleij
Browse files

pinctrl: mxs: Remove unneded semicolon



It's not needed an is just creating a null statement, so remove it.

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 1978c5ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ static int mxs_pinctrl_probe_dt(struct platform_device *pdev,
			f->name = fn = child->name;
		}
		f->ngroups++;
	};
	}

	/* Get groups for each function */
	idxf = 0;