Skip to content

Commit

Permalink
pinctrl: mxs: Remove unneded semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martinez Canillas authored and Linus Walleij committed Oct 2, 2015
1 parent 1978c5e commit 14316c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/freescale/pinctrl-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 14316c4

Please sign in to comment.