Skip to content

Commit 91dba61

Browse files
Chen Nilag-linaro
authored andcommitted
mfd: atc260x: Convert a bunch of commas to semicolons
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20240902085019.4111445-1-nichen@iscas.ac.cn Signed-off-by: Lee Jones <lee@kernel.org>
1 parent abd4107 commit 91dba61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mfd/atc260x-core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_c
235235

236236
mutex_init(atc260x->regmap_mutex);
237237

238-
regmap_cfg->lock = regmap_lock_mutex,
239-
regmap_cfg->unlock = regmap_unlock_mutex,
238+
regmap_cfg->lock = regmap_lock_mutex;
239+
regmap_cfg->unlock = regmap_unlock_mutex;
240240
regmap_cfg->lock_arg = atc260x->regmap_mutex;
241241

242242
return 0;

0 commit comments

Comments
 (0)