diff options
Diffstat (limited to 'arch/arm/plat-omap/mailbox.c')
-rw-r--r-- | arch/arm/plat-omap/mailbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index 5e13c3884aa4..42377ef9ea3d 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c | |||
@@ -310,7 +310,7 @@ static void omap_mbox_fini(struct omap_mbox *mbox) | |||
310 | omap_mbox_disable_irq(mbox, IRQ_RX); | 310 | omap_mbox_disable_irq(mbox, IRQ_RX); |
311 | free_irq(mbox->irq, mbox); | 311 | free_irq(mbox->irq, mbox); |
312 | tasklet_kill(&mbox->txq->tasklet); | 312 | tasklet_kill(&mbox->txq->tasklet); |
313 | flush_work_sync(&mbox->rxq->work); | 313 | flush_work(&mbox->rxq->work); |
314 | mbox_queue_free(mbox->txq); | 314 | mbox_queue_free(mbox->txq); |
315 | mbox_queue_free(mbox->rxq); | 315 | mbox_queue_free(mbox->rxq); |
316 | } | 316 | } |