* Felipe Contreras <felipe.contreras@xxxxxxxxx> [120124 08:32]: > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > 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 ad80112..ad32621 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); > } Thanks applying into fixes-non-critical-part2. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html