ARM: OMAP: mailbox: trivial whitespace fix
authorFelipe Contreras <felipe.contreras@nokia.com>
Tue, 6 Mar 2012 00:11:03 +0000 (16:11 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Mar 2012 00:11:03 +0000 (16:11 -0800)
Trivial whitespace fix

Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/mailbox.c

index ad80112c22751defaaa4cb5b9aefe11eac27e6be..ad32621aa52e259fe20346d60f5d9f7d38edbad6 100644 (file)
@@ -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);
        }