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

regulator: mt6363: 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/20251107085109.2316999-1-nichen@iscas.ac.cn


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b6f4bd64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ static unsigned int mt6363_regulator_get_mode(struct regulator_dev *rdev)
			return REGULATOR_MODE_FAST;
	} else {
		val = 0;
	};
	}

	ret = regmap_read(rdev->regmap, info->hw_lp_mode_reg, &val);
	val &= info->hw_lp_mode_mask;