Skip to content

Commit 52bdd69

Browse files
Chen NiBartosz Golaszewski
authored andcommitted
gpio: loongson-64bit: 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://lore.kernel.org/r/20250909065913.4011133-1-nichen@iscas.ac.cn Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 474014c commit 52bdd69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpio/gpio-loongson-64bit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ static int loongson_gpio_irq_set_type(struct irq_data *data, unsigned int type)
205205

206206
default:
207207
return -EINVAL;
208-
};
208+
}
209209
}
210210

211211
writeb(pol, lgpio->reg_base + lgpio->chip_data->intpol_offset + hwirq);

0 commit comments

Comments
 (0)