]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
regulator: tps6594-regulator: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 29 Jul 2025 04:00:44 +0000 (12:00 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 11 Aug 2025 13:08:51 +0000 (14:08 +0100)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20250729040044.1851988-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps6594-regulator.c

index ab882daec7c5fd1ae1e41175fa84c03354c52b5d..645e83462c645e75fcedd88f2ea40ebfdddb8b5a 100644 (file)
@@ -647,7 +647,7 @@ static int tps6594_regulator_probe(struct platform_device *pdev)
        default:
                dev_err(tps->dev, "unknown chip_id %lu\n", tps->chip_id);
                return -EINVAL;
-       };
+       }
 
        enum {
                MULTI_BUCK12,