diff options
-rw-r--r-- | drivers/mfd/ab3100-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab3100-core.c b/drivers/mfd/ab3100-core.c index bba534ba8c65..1d8ac1a1e304 100644 --- a/drivers/mfd/ab3100-core.c +++ b/drivers/mfd/ab3100-core.c | |||
@@ -422,7 +422,7 @@ static irqreturn_t ab3100_irq_handler(int irq, void *data) | |||
422 | * stuff and we will re-enable the interrupts once th | 422 | * stuff and we will re-enable the interrupts once th |
423 | * worker has finished. | 423 | * worker has finished. |
424 | */ | 424 | */ |
425 | disable_irq(ab3100->i2c_client->irq); | 425 | disable_irq_nosync(irq); |
426 | schedule_work(&ab3100->work); | 426 | schedule_work(&ab3100->work); |
427 | return IRQ_HANDLED; | 427 | return IRQ_HANDLED; |
428 | } | 428 | } |