Skip to content

Commit

Permalink
pinctrl: mediatek: 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: Hongzhou Yang <hongzhou.yang@mediatek.com>
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 5c99c0f commit e441189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/mediatek/pinctrl-mtk-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e441189

Please sign in to comment.