Re: [PATCH] reset: ath79: Fix missing spin_lock_init

2015-09-01 Thread Philipp Zabel
Am Dienstag, den 01.09.2015, 14:43 +0200 schrieb Alban: > On Tue, 01 Sep 2015 20:15:10 +0800 > Axel Lin wrote: > > > Signed-off-by: Axel Lin > Acked-by: Alban Bedel Applied, thanks. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] reset: ath79: Fix missing spin_lock_init

2015-09-01 Thread Alban
On Tue, 01 Sep 2015 20:15:10 +0800 Axel Lin wrote: > Signed-off-by: Axel Lin > --- > 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 > ---

[PATCH] reset: ath79: Fix missing spin_lock_init

2015-09-01 Thread Axel Lin
Signed-off-by: Axel Lin --- 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

[PATCH] reset: ath79: Fix missing spin_lock_init

2015-09-01 Thread Axel Lin
Signed-off-by: Axel Lin --- 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

Re: [PATCH] reset: ath79: Fix missing spin_lock_init

2015-09-01 Thread Philipp Zabel
Am Dienstag, den 01.09.2015, 14:43 +0200 schrieb Alban: > On Tue, 01 Sep 2015 20:15:10 +0800 > Axel Lin wrote: > > > Signed-off-by: Axel Lin > Acked-by: Alban Bedel Applied, thanks. regards Philipp -- To unsubscribe from this list:

Re: [PATCH] reset: ath79: Fix missing spin_lock_init

2015-09-01 Thread Alban
On Tue, 01 Sep 2015 20:15:10 +0800 Axel Lin wrote: > Signed-off-by: Axel Lin > --- > 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