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)
commita01a40e334996b05df92d5a9d594cb5937dd3cc0
tree2695d92568bdee45556d0446bb07d3224b59d83e
parent30756cc1645080445c957192bc8a7af3b193d617
gpio: realtek-otto: Make the irqchip immutable

Since commit 6c846d026d49 ("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