提交 d8a42fc4 编写于 作者: D Dmitry Baryshkov 提交者: Russell King

[ARM] 5003/1: Shut up sparse warnings

Shut up sparse warnings by making GPIO_IRQ_MASK unisgned
Signed-off-by: NDmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 b907ef68
......@@ -161,9 +161,9 @@ static struct pxa_gpio_chip pxa_gpio_chip[] = {
* Use this instead of directly setting GRER/GFER.
*/
static long GPIO_IRQ_rising_edge[4];
static long GPIO_IRQ_falling_edge[4];
static long GPIO_IRQ_mask[4];
static unsigned long GPIO_IRQ_rising_edge[4];
static unsigned long GPIO_IRQ_falling_edge[4];
static unsigned long GPIO_IRQ_mask[4];
/*
* On PXA25x and PXA27x, GAFRx and GPDRx together decide the alternate
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册