From 398c48cdd23c9fc0f838e9d665858de1bb143b98 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 21 Apr 2009 12:39:59 +0200 Subject: [PATCH] --- yaml --- r: 144672 b: refs/heads/master c: e2c97e7fdc9d71637840dea8f76eb3782c3b2023 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-mxc/gpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e44a13147f79..ba4654dc2d94 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1fd4c64af58ec28d29bced9e94ecf6d5177c2b0 +refs/heads/master: e2c97e7fdc9d71637840dea8f76eb3782c3b2023 diff --git a/trunk/arch/arm/plat-mxc/gpio.c b/trunk/arch/arm/plat-mxc/gpio.c index c6483bad8a26..89e95798cc3b 100644 --- a/trunk/arch/arm/plat-mxc/gpio.c +++ b/trunk/arch/arm/plat-mxc/gpio.c @@ -124,7 +124,7 @@ static void mx3_gpio_irq_handler(u32 irq, struct irq_desc *desc) irq_stat = __raw_readl(port->base + GPIO_ISR) & __raw_readl(port->base + GPIO_IMR); - BUG_ON(!irq_stat); + mxc_gpio_irq_handler(port, irq_stat); } #endif