Skip to content

Commit 2089f08

Browse files
Chen Nibroonie
authored andcommitted
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>
1 parent b6f4bd6 commit 2089f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/mt6363-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ static unsigned int mt6363_regulator_get_mode(struct regulator_dev *rdev)
363363
return REGULATOR_MODE_FAST;
364364
} else {
365365
val = 0;
366-
};
366+
}
367367

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

0 commit comments

Comments
 (0)