Re: [PATCH 02/10] dmatest: allocate memory for pq_coefs from heap

2013-03-04 Thread Viresh Kumar
On 4 March 2013 17:09, Andy Shevchenko wrote: > This will help in future to hide a global variable usage. > > Signed-off-by: Andy Shevchenko > --- > drivers/dma/dmatest.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) Acked-by: Viresh Kumar -- To unsubscribe from this

[PATCH 02/10] dmatest: allocate memory for pq_coefs from heap

2013-03-04 Thread Andy Shevchenko
This will help in future to hide a global variable usage. Signed-off-by: Andy Shevchenko --- drivers/dma/dmatest.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c index e6b4cfa..e3955be 100644 ---

[PATCH 02/10] dmatest: allocate memory for pq_coefs from heap

2013-03-04 Thread Andy Shevchenko
This will help in future to hide a global variable usage. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/dma/dmatest.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c index

Re: [PATCH 02/10] dmatest: allocate memory for pq_coefs from heap

2013-03-04 Thread Viresh Kumar
On 4 March 2013 17:09, Andy Shevchenko andriy.shevche...@linux.intel.com wrote: This will help in future to hide a global variable usage. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- drivers/dma/dmatest.c | 11 +-- 1 file changed, 9 insertions(+), 2