[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <160831684334.22759.13415840458012921671.tip-bot2@tip-bot2>
Date: Fri, 18 Dec 2020 18:40:43 -0000
From: "irqchip-bot for Zheng Yongjun" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Zheng Yongjun <zhengyongjun3@...wei.com>,
Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] irqchip/irq-sl28cpld: Convert comma to semicolon
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: e90f55e0196a66f8e9e445f7f33f876dd889be9a
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/e90f55e0196a66f8e9e445f7f33f876dd889be9a
Author: Zheng Yongjun <zhengyongjun3@...wei.com>
AuthorDate: Mon, 14 Dec 2020 21:35:30 +08:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Fri, 18 Dec 2020 17:43:47
irqchip/irq-sl28cpld: Convert comma to semicolon
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/20201214133530.3783-1-zhengyongjun3@huawei.com
---
drivers/irqchip/irq-sl28cpld.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-sl28cpld.c b/drivers/irqchip/irq-sl28cpld.c
index 0aa50d0..fbb3544 100644
--- a/drivers/irqchip/irq-sl28cpld.c
+++ b/drivers/irqchip/irq-sl28cpld.c
@@ -66,7 +66,7 @@ static int sl28cpld_intc_probe(struct platform_device *pdev)
irqchip->chip.num_regs = 1;
irqchip->chip.status_base = base + INTC_IP;
irqchip->chip.mask_base = base + INTC_IE;
- irqchip->chip.mask_invert = true,
+ irqchip->chip.mask_invert = true;
irqchip->chip.ack_base = base + INTC_IP;
return devm_regmap_add_irq_chip_fwnode(dev, dev_fwnode(dev),
Powered by blists - more mailing lists