Re: [PATCH] spi: spi-ti-qspi: reinit of completion variable

2016-11-22 Thread Mark Brown
On Tue, Nov 22, 2016 at 12:54:06PM +0530, prahlad venkata wrote: > Did anybody got chance to review this patch? > I feel this is a trivial yet required fix. Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and

Re: [PATCH] spi: spi-ti-qspi: reinit of completion variable

2016-11-22 Thread Mark Brown
On Tue, Nov 22, 2016 at 12:54:06PM +0530, prahlad venkata wrote: > Did anybody got chance to review this patch? > I feel this is a trivial yet required fix. Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and

Re: [PATCH] spi: spi-ti-qspi: reinit of completion variable

2016-11-21 Thread prahlad venkata
Did anybody got chance to review this patch? I feel this is a trivial yet required fix. On Tue, Nov 15, 2016 at 11:56 PM, Prahlad V wrote: > > completion variable should be reinitialized before reusing. > > Signed-off-by: Prahlad V > --- >

Re: [PATCH] spi: spi-ti-qspi: reinit of completion variable

2016-11-21 Thread prahlad venkata
Did anybody got chance to review this patch? I feel this is a trivial yet required fix. On Tue, Nov 15, 2016 at 11:56 PM, Prahlad V wrote: > > completion variable should be reinitialized before reusing. > > Signed-off-by: Prahlad V > --- > drivers/spi/spi-ti-qspi.c | 1 + > 1 file changed, 1

[PATCH] spi: spi-ti-qspi: reinit of completion variable

2016-11-15 Thread Prahlad V
completion variable should be reinitialized before reusing. Signed-off-by: Prahlad V --- drivers/spi/spi-ti-qspi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c index caeac66..ec6fb09 100644 ---

[PATCH] spi: spi-ti-qspi: reinit of completion variable

2016-11-15 Thread Prahlad V
completion variable should be reinitialized before reusing. Signed-off-by: Prahlad V --- drivers/spi/spi-ti-qspi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c index caeac66..ec6fb09 100644 --- a/drivers/spi/spi-ti-qspi.c +++