pinctrl: mxs: Remove unneded semicolon
It's not needed an is just creating a null statement, so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1978c5ec0f
commit
14316c4ca9
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ static int mxs_pinctrl_probe_dt(struct platform_device *pdev,
|
||||||
f->name = fn = child->name;
|
f->name = fn = child->name;
|
||||||
}
|
}
|
||||||
f->ngroups++;
|
f->ngroups++;
|
||||||
};
|
}
|
||||||
|
|
||||||
/* Get groups for each function */
|
/* Get groups for each function */
|
||||||
idxf = 0;
|
idxf = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue