Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4eef7b2 authored by Sonic Zhang's avatar Sonic Zhang Committed by Linus Walleij
Browse files

pinctrl-adi2: change irq_base from usigned int to int



Negative irq_base means this gpio port doens't support interrupts.

Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 1e6f8e3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;