mirror of https://gitee.com/openkylin/linux.git
pinctrl: sunxi: Remove unneeded 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: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
14316c4ca9
commit
5c99c0ffa4
|
@ -1029,7 +1029,7 @@ int sunxi_pinctrl_init(struct platform_device *pdev,
|
|||
irq_set_chip_and_handler(irqno, &sunxi_pinctrl_edge_irq_chip,
|
||||
handle_edge_irq);
|
||||
irq_set_chip_data(irqno, pctl);
|
||||
};
|
||||
}
|
||||
|
||||
for (i = 0; i < pctl->desc->irq_banks; i++) {
|
||||
/* Mask and clear all IRQs before registering a handler */
|
||||
|
|
Loading…
Reference in New Issue