[PATCH] gpio: loongson-64bit: Remove unneeded semicolon

From: Chen Ni

Date: Tue Sep 09 2025 - 03:07:24 EST


Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@xxxxxxxxxxx>
---
drivers/gpio/gpio-loongson-64bit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-loongson-64bit.c b/drivers/gpio/gpio-loongson-64bit.c
index f84f8c537249..5f87ce5c86cf 100644
--- a/drivers/gpio/gpio-loongson-64bit.c
+++ b/drivers/gpio/gpio-loongson-64bit.c
@@ -205,7 +205,7 @@ static int loongson_gpio_irq_set_type(struct irq_data *data, unsigned int type)

default:
return -EINVAL;
- };
+ }
}

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