public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alban <albeu@free.fr>
To: Axel Lin <axel.lin@ingics.com>
Cc: Aban Bedel <albeu@free.fr>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Ralf Baechle <ralf@linux-mips.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] reset: ath79: Fix missing spin_lock_init
Date: Tue, 1 Sep 2015 14:43:27 +0200	[thread overview]
Message-ID: <20150901144327.5fe3f751@tock> (raw)
In-Reply-To: <1441109710.9059.0.camel@ingics.com>

On Tue, 01 Sep 2015 20:15:10 +0800
Axel Lin <axel.lin@ingics.com> wrote:

> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  drivers/reset/reset-ath79.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/reset/reset-ath79.c b/drivers/reset/reset-ath79.c
> index d2d2904..9aaf646 100644
> --- a/drivers/reset/reset-ath79.c
> +++ b/drivers/reset/reset-ath79.c
> @@ -89,6 +89,7 @@ static int ath79_reset_probe(struct platform_device
> *pdev) if (IS_ERR(ath79_reset->base))
>  		return PTR_ERR(ath79_reset->base);
>  
> +	spin_lock_init(&ath79_reset->lock);
>  	ath79_reset->rcdev.ops = &ath79_reset_ops;
>  	ath79_reset->rcdev.owner = THIS_MODULE;
>  	ath79_reset->rcdev.of_node = pdev->dev.of_node;

Acked-by: Alban Bedel <albeu@free.fr>

  reply	other threads:[~2015-09-01 12:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01 12:15 [PATCH] reset: ath79: Fix missing spin_lock_init Axel Lin
2015-09-01 12:43 ` Alban [this message]
2015-09-01 12:51   ` Philipp Zabel

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=20150901144327.5fe3f751@tock \
    --to=albeu@free.fr \
    --cc=axel.lin@ingics.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=ralf@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox