[PATCH] mfd: sec: Drop a stray semicolon

André Draszik posted 1 patch 1 week ago
drivers/mfd/sec-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mfd: sec: Drop a stray semicolon
Posted by André Draszik 1 week ago
A stray and unneeded semicolon was added here by accident, just drop
it.

Fixes: ee19b52c31b3 ("mfd: sec: Use chained IRQs for s2mpg10")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511230909.zk7EkTnb-lkp@intel.com/
Signed-off-by: André Draszik <andre.draszik@linaro.org>
---
 drivers/mfd/sec-irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/sec-irq.c b/drivers/mfd/sec-irq.c
index d992e41e716dcdc060421e1db8475523842a12be..74ac70002d1fc54c7eeb78cfc21b6117a3e14b03 100644
--- a/drivers/mfd/sec-irq.c
+++ b/drivers/mfd/sec-irq.c
@@ -304,7 +304,7 @@ static int sec_irq_init_s2mpg1x(struct sec_pmic_dev *sec_pmic)
 	default:
 		return dev_err_probe(sec_pmic->dev, -EINVAL, "Unsupported device type %d\n",
 				     sec_pmic->device_type);
-	};
+	}
 
 	regmap_common = dev_get_regmap(sec_pmic->dev, "common");
 	if (!regmap_common)

---
base-commit: d724c6f85e80a23ed46b7ebc6e38b527c09d64f5
change-id: 20251124-s2mpg10-chained-irq-semicolon-f8c8c02cc73b

Best regards,
-- 
André Draszik <andre.draszik@linaro.org>

Re: (subset) [PATCH] mfd: sec: Drop a stray semicolon
Posted by Lee Jones 6 days, 10 hours ago
On Mon, 24 Nov 2025 06:47:18 +0000, André Draszik wrote:
> A stray and unneeded semicolon was added here by accident, just drop
> it.
> 
> 

Applied, thanks!

[1/1] mfd: sec: Drop a stray semicolon
      commit: 44c603f35cad3f3b0f58fece99502d81620da9b2

--
Lee Jones [李琼斯]

Re: [PATCH] mfd: sec: Drop a stray semicolon
Posted by Krzysztof Kozlowski 1 week ago
On 24/11/2025 07:47, André Draszik wrote:
> A stray and unneeded semicolon was added here by accident, just drop
> it.
> 
> Fixes: ee19b52c31b3 ("mfd: sec: Use chained IRQs for s2mpg10")
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202511230909.zk7EkTnb-lkp@intel.com/
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> ---


Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof