Skip to content

Commit c6871d5

Browse files
Chen Nibroonie
authored andcommitted
regulator: tps6594-regulator: Remove unneeded semicolon
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>
1 parent 8f5ae30 commit c6871d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/tps6594-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ static int tps6594_regulator_probe(struct platform_device *pdev)
647647
default:
648648
dev_err(tps->dev, "unknown chip_id %lu\n", tps->chip_id);
649649
return -EINVAL;
650-
};
650+
}
651651

652652
enum {
653653
MULTI_BUCK12,

0 commit comments

Comments
 (0)