Skip to content

Commit e90f55e

Browse files
Zheng YongjunMarc Zyngier
authored andcommitted
irqchip/irq-sl28cpld: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20201214133530.3783-1-zhengyongjun3@huawei.com
1 parent 06fde69 commit e90f55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/irq-sl28cpld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static int sl28cpld_intc_probe(struct platform_device *pdev)
6666
irqchip->chip.num_regs = 1;
6767
irqchip->chip.status_base = base + INTC_IP;
6868
irqchip->chip.mask_base = base + INTC_IE;
69-
irqchip->chip.mask_invert = true,
69+
irqchip->chip.mask_invert = true;
7070
irqchip->chip.ack_base = base + INTC_IP;
7171

7272
return devm_regmap_add_irq_chip_fwnode(dev, dev_fwnode(dev),

0 commit comments

Comments
 (0)