Commit 44c568a8 authored by Felipe Contreras's avatar Felipe Contreras Committed by Tony Lindgren

ARM: OMAP: mailbox: trivial whitespace fix

Trivial whitespace fix
Signed-off-by: default avatarFelipe Contreras <felipe.contreras@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a90180d1
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment