ARM: OMAP: mailbox: trivial whitespace fix
Trivial whitespace fix Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
a90180d193
commit
44c568a8bb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue