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 ad80112c227..ad32621aa52 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c @@ -307,7 +307,7 @@ static void omap_mbox_fini(struct omap_mbox *mbox)  	if (!--mbox->use_count) {  		free_irq(mbox->irq, mbox);  		tasklet_kill(&mbox->txq->tasklet); -	flush_work_sync(&mbox->rxq->work); +		flush_work_sync(&mbox->rxq->work);  		mbox_queue_free(mbox->txq);  		mbox_queue_free(mbox->rxq);  	}  |