X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmfd%2Fab8500-core.c;h=d9640a623ff483446822e4370127c376d3c631c5;hb=47935a731b7b850a4c6c0e55ed0741e3dd25d889;hp=dbe1c93c1af3eeac287cc795f16307aa44f86ccc;hpb=aa3fc52546b847f590d86a093afd863ff9081628;p=karo-tx-linux.git diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index dbe1c93c1af3..d9640a623ff4 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) continue; do { - int bit = __ffs(status); + int bit = __ffs(value); int line = i * 8 + bit; handle_nested_irq(ab8500->irq_base + line);