projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474014c
)
gpio: loongson-64bit: Remove unneeded semicolon
author
Chen Ni
<nichen@iscas.ac.cn>
Tue, 9 Sep 2025 06:59:13 +0000
(14:59 +0800)
committer
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Tue, 9 Sep 2025 09:36:42 +0000
(11:36 +0200)
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>
drivers/gpio/gpio-loongson-64bit.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-loongson-64bit.c
b/drivers/gpio/gpio-loongson-64bit.c
index
f84f8c5
..
5f87ce5
100644
(file)
--- 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);