Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20251107085109.2316999-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chen Ni and committed by
Mark Brown
2089f086 b6f4bd64

+1 -1
+1 -1
drivers/regulator/mt6363-regulator.c
··· 363 363 return REGULATOR_MODE_FAST; 364 364 } else { 365 365 val = 0; 366 - }; 366 + } 367 367 368 368 ret = regmap_read(rdev->regmap, info->hw_lp_mode_reg, &val); 369 369 val &= info->hw_lp_mode_mask;