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

Commit 2c8bb0eb authored by Virupax Sadashivpetimath's avatar Virupax Sadashivpetimath Committed by Linus Walleij
Browse files

plat-nomadik: type secondary IRQ correctly



Coverity found that we were checking an unsigned variable for
>= zero. Type it correctly so that the check works as intended.

Signed-off-by: default avatarVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 9c66ee6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ struct nmk_gpio_chip {
	struct clk *clk;
	unsigned int bank;
	unsigned int parent_irq;
	unsigned int secondary_parent_irq;
	int secondary_parent_irq;
	u32 (*get_secondary_status)(unsigned int bank);
	spinlock_t lock;
	/* Keep track of configured edges */