提交 44c568a8 编写于 作者: F Felipe Contreras 提交者: Tony Lindgren

ARM: OMAP: mailbox: trivial whitespace fix

Trivial whitespace fix
Signed-off-by: NFelipe Contreras <felipe.contreras@nokia.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册