* [PATCH] omap: mailbox: trivial whitespace fix
@ 2012-01-24 17:02 Felipe Contreras
2012-03-05 22:01 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Felipe Contreras @ 2012-01-24 17:02 UTC (permalink / raw)
To: linux-omap; +Cc: Tony Lindgren, Jiri Kosina, Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
---
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);
}
--
1.7.8
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] omap: mailbox: trivial whitespace fix
2012-01-24 17:02 [PATCH] omap: mailbox: trivial whitespace fix Felipe Contreras
@ 2012-03-05 22:01 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-03-05 22:01 UTC (permalink / raw)
To: Felipe Contreras; +Cc: linux-omap, Jiri Kosina
* Felipe Contreras <felipe.contreras@nokia.com> [120124 08:32]:
> Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-05 22:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 17:02 [PATCH] omap: mailbox: trivial whitespace fix Felipe Contreras
2012-03-05 22:01 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).