* [PATCH] reset: ath79: Fix missing spin_lock_init
@ 2015-09-01 12:15 Axel Lin
2015-09-01 12:43 ` Alban
0 siblings, 1 reply; 3+ messages in thread
From: Axel Lin @ 2015-09-01 12:15 UTC (permalink / raw)
To: Philipp Zabel; +Cc: Alban Bedel, Ralf Baechle, linux-kernel
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;
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] reset: ath79: Fix missing spin_lock_init
2015-09-01 12:15 [PATCH] reset: ath79: Fix missing spin_lock_init Axel Lin
@ 2015-09-01 12:43 ` Alban
2015-09-01 12:51 ` Philipp Zabel
0 siblings, 1 reply; 3+ messages in thread
From: Alban @ 2015-09-01 12:43 UTC (permalink / raw)
To: Axel Lin; +Cc: Aban Bedel, Philipp Zabel, Ralf Baechle, linux-kernel
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-01 12:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 12:15 [PATCH] reset: ath79: Fix missing spin_lock_init Axel Lin
2015-09-01 12:43 ` Alban
2015-09-01 12:51 ` Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox