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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment