mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
regulator: adp5055: 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/20250414021950.3755819-1-nichen@iscas.ac.cn Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
28cce24d65
commit
7762fdab23
@ -165,7 +165,7 @@ static int adp5055_parse_fw(struct device *dev, struct adp5055 *adp5055)
|
||||
ret = regmap_write(regmap, ADP5055_DVS_LIM0 + i, val);
|
||||
if (ret)
|
||||
return ret;
|
||||
};
|
||||
}
|
||||
|
||||
val = FIELD_PREP(ADP5055_MASK_EN_MODE, adp5055->en_mode_software);
|
||||
ret = regmap_write(regmap, ADP5055_CTRL_MODE1, val);
|
||||
|
Loading…
Reference in New Issue
Block a user