From: hongzhou.yang@mediatek.com (Hongzhou Yang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/6] pinctrl: mediatek: Remove unneded semicolon
Date: Wed, 16 Sep 2015 11:36:07 -0700 [thread overview]
Message-ID: <1442428567.39832.1.camel@mussux00.eus.mediatek.inc> (raw)
In-Reply-To: <1442392111-8448-6-git-send-email-javier@osg.samsung.com>
On Wed, 2015-09-16 at 10:28 +0200, Javier Martinez Canillas wrote:
> 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/mediatek/pinctrl-mtk-common.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-common.c b/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
> index 7726c6caaf83..652ec125adb3 100644
> --- a/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
> +++ b/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
> @@ -1436,7 +1436,7 @@ int mtk_pctrl_init(struct platform_device *pdev,
> irq_set_chip_and_handler(virq, &mtk_pinctrl_irq_chip,
> handle_level_irq);
> irq_set_chip_data(virq, pctl);
> - };
> + }
>
> irq_set_chained_handler_and_data(irq, mtk_eint_irq_handler, pctl);
> return 0;
Acked-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
Thanks
Hongzhou
next prev parent reply other threads:[~2015-09-16 18:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 8:28 [PATCH 0/6] pinctrl: Remove unneded semicolons in drivers Javier Martinez Canillas
2015-09-16 8:28 ` [PATCH 4/6] pinctrl: sunxi: Remove unneeded semicolon Javier Martinez Canillas
2015-09-16 8:41 ` Maxime Ripard
2015-10-02 10:19 ` Linus Walleij
2015-09-16 8:28 ` [PATCH 5/6] pinctrl: mediatek: Remove unneded semicolon Javier Martinez Canillas
2015-09-16 18:36 ` Hongzhou Yang [this message]
2015-10-02 10:21 ` Linus Walleij
2015-09-16 8:28 ` [PATCH 6/6] pinctrl: samsung: " Javier Martinez Canillas
2015-09-17 7:55 ` Krzysztof Kozlowski
2015-10-02 10:25 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442428567.39832.1.camel@mussux00.eus.mediatek.inc \
--to=hongzhou.yang@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox