Skip to content

Commit 44c603f

Browse files
andredlag-linaro
authored andcommitted
mfd: sec: Drop a stray semicolon
A stray and unneeded semicolon was added here by accident, just drop it. Fixes: ee19b52 ("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> Link: https://patch.msgid.link/20251124-s2mpg10-chained-irq-semicolon-v1-1-578ba2d7adca@linaro.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 0e05621 commit 44c603f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mfd/sec-irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ static int sec_irq_init_s2mpg1x(struct sec_pmic_dev *sec_pmic)
304304
default:
305305
return dev_err_probe(sec_pmic->dev, -EINVAL, "Unsupported device type %d\n",
306306
sec_pmic->device_type);
307-
};
307+
}
308308

309309
regmap_common = dev_get_regmap(sec_pmic->dev, "common");
310310
if (!regmap_common)

0 commit comments

Comments
 (0)