1
0
Fork 0

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>
hifive-unleashed-5.1
Javier Martinez Canillas 2015-09-16 10:28:28 +02:00 committed by Linus Walleij
parent 1978c5ec0f
commit 14316c4ca9
1 changed files with 1 additions and 1 deletions

View File

@ -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;