Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1216810 > unrolled thread
| Started by | Axel Lin <axel.lin@ingics.com> |
|---|---|
| First post | 2015-09-01 14:20 +0200 |
| Last post | 2015-09-01 15:00 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] reset: ath79: Fix missing spin_lock_init Axel Lin <axel.lin@ingics.com> - 2015-09-01 14:20 +0200
Re: [PATCH] reset: ath79: Fix missing spin_lock_init Alban <albeu@free.fr> - 2015-09-01 14:50 +0200
Re: [PATCH] reset: ath79: Fix missing spin_lock_init Philipp Zabel <p.zabel@pengutronix.de> - 2015-09-01 15:00 +0200
| From | Axel Lin <axel.lin@ingics.com> |
|---|---|
| Date | 2015-09-01 14:20 +0200 |
| Subject | [PATCH] reset: ath79: Fix missing spin_lock_init |
| Message-ID | <q3SHE-6h9-21@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Alban <albeu@free.fr> |
|---|---|
| Date | 2015-09-01 14:50 +0200 |
| Message-ID | <q3TaG-6OS-27@gated-at.bofh.it> |
| In reply to | #1216810 |
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> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Date | 2015-09-01 15:00 +0200 |
| Message-ID | <q3Tkn-708-11@gated-at.bofh.it> |
| In reply to | #1216821 |
Am Dienstag, den 01.09.2015, 14:43 +0200 schrieb Alban: > 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> > Acked-by: Alban Bedel <albeu@free.fr> Applied, thanks. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web