]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: realtek-otto: Make the irqchip immutable
authorSander Vanheule <sander@svanheule.net>
Sun, 12 Jun 2022 11:23:09 +0000 (13:23 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 13 Jun 2022 16:13:36 +0000 (18:13 +0200)
commit7ecfdb2b9d0bcd4f12394da0365a7cf47c6e96ff
tree2695d92568bdee45556d0446bb07d3224b59d83e
parent4dd2b069e0452a5a4ce012d941aa4877e4ce37e9
gpio: realtek-otto: Make the irqchip immutable

Since commit c22af5daa4f6 ("gpio: Don't fiddle with irqchips marked as
immutable") a warning is issued for the realtek-otto driver:

    gpio gpiochip0: (18003500.gpio): not an immutable chip, please consider fixing it!

Make the driver's irqchip immutable to fix this.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-realtek-otto.c