All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Felipe Contreras <felipe.contreras@nokia.com>
Cc: linux-omap <linux-omap@vger.kernel.org>,
	Jiri Kosina <trivial@kernel.org>
Subject: Re: [PATCH] omap: mailbox: trivial whitespace fix
Date: Mon, 5 Mar 2012 14:01:10 -0800	[thread overview]
Message-ID: <20120305220110.GX12083@atomide.com> (raw)
In-Reply-To: <1327424535-19862-1-git-send-email-felipe.contreras@nokia.com>

* 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

      reply	other threads:[~2012-03-05 22:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-24 17:02 [PATCH] omap: mailbox: trivial whitespace fix Felipe Contreras
2012-03-05 22:01 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120305220110.GX12083@atomide.com \
    --to=tony@atomide.com \
    --cc=felipe.contreras@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.