lkml.org 
[lkml]   [2015]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] reset: ath79: Fix missing spin_lock_init
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>


\
 
 \ /
  Last update: 2015-09-01 15:01    [W:0.037 / U:1.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site