mirror of https://github.com/torvalds/linux.git
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:
parent
8f5ae30d69
commit
c6871d56b5
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue