mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 18:38:38 +00:00
pinctrl-adi2: change irq_base from usigned int to int
Negative irq_base means this gpio port doens't support interrupts. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1e6f8e3c92
commit
b4eef7b225
@ -173,7 +173,7 @@ struct adi_pinctrl {
|
||||
struct gpio_port {
|
||||
struct list_head node;
|
||||
void __iomem *base;
|
||||
unsigned int irq_base;
|
||||
int irq_base;
|
||||
unsigned int width;
|
||||
struct gpio_port_t *regs;
|
||||
struct gpio_port_saved saved_data;
|
||||
|
Loading…
Reference in New Issue
Block a user