Unverified Commit c6871d56 authored by Chen Ni's avatar Chen Ni Committed by Mark Brown
Browse files

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: default avatarChen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20250729040044.1851988-1-nichen@iscas.ac.cn


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8f5ae30d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,