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>
This commit is contained in:
Chen Ni 2025-07-29 12:00:44 +08:00 committed by Mark Brown
parent 8f5ae30d69
commit c6871d56b5
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

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