Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1225821
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/6] pinctrl: mxs: Remove unneded semicolon |
| Date | 2015-09-16 10:30 +0200 |
| Message-ID | <q9ggh-7oR-11@gated-at.bofh.it> (permalink) |
| References | <q9ggh-7oR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
It's not needed an is just creating a null statement, so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- drivers/pinctrl/freescale/pinctrl-mxs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/freescale/pinctrl-mxs.c b/drivers/pinctrl/freescale/pinctrl-mxs.c index f64eecb24755..6bbda6b4ab50 100644 --- a/drivers/pinctrl/freescale/pinctrl-mxs.c +++ b/drivers/pinctrl/freescale/pinctrl-mxs.c @@ -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; -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 3/6] pinctrl: mxs: Remove unneded semicolon Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-16 10:30 +0200 Re: [PATCH 3/6] pinctrl: mxs: Remove unneded semicolon Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2015-09-16 10:40 +0200
csiph-web