diff options
| -rw-r--r-- | drivers/mfd/ab8500-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index dbe1c93c1af..d9640a623ff 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
| @@ -303,7 +303,7 @@ static irqreturn_t ab8500_irq(int irq, void *dev) | |||
| 303 | continue; | 303 | continue; |
| 304 | 304 | ||
| 305 | do { | 305 | do { |
| 306 | int bit = __ffs(status); | 306 | int bit = __ffs(value); |
| 307 | int line = i * 8 + bit; | 307 | int line = i * 8 + bit; |
| 308 | 308 | ||
| 309 | handle_nested_irq(ab8500->irq_base + line); | 309 | handle_nested_irq(ab8500->irq_base + line); |
