Re: [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:12 PM, Lee Jones wrote: > It's the way that most other drivers do it. > > Very trivial clean-up which reduces line count and simplifies code. > > Cc: Vinod Koul > Cc: Dan Williams > Cc: Per Forlin > Cc: Rabin Vincent > Signed-off-by: Lee Jones Reviewed-by: Linus

Re: [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:12 PM, Lee Jones lee.jo...@linaro.org wrote: It's the way that most other drivers do it. Very trivial clean-up which reduces line count and simplifies code. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Per Forlin per.for...@stericsson.com

Re: [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:12:04AM +0100, Lee Jones wrote: > It's the way that most other drivers do it. > > Very trivial clean-up which reduces line count and simplifies code. > > Cc: Vinod Koul > Cc: Dan Williams > Cc: Per Forlin > Cc: Rabin Vincent > Signed-off-by: Lee Jones Acked-by:

Re: [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:12:04AM +0100, Lee Jones wrote: > It's the way that most other drivers do it. > > Very trivial clean-up which reduces line count and simplifies code. > > Cc: Vinod Koul > Cc: Dan Williams > Cc: Per Forlin > Cc: Rabin Vincent > Signed-off-by: Lee Jones Acked-by:

Re: [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:12:04AM +0100, Lee Jones wrote: It's the way that most other drivers do it. Very trivial clean-up which reduces line count and simplifies code. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Per Forlin per.for...@stericsson.com Cc: Rabin

Re: [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:12:04AM +0100, Lee Jones wrote: It's the way that most other drivers do it. Very trivial clean-up which reduces line count and simplifies code. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Per Forlin per.for...@stericsson.com Cc: Rabin

[PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-18 Thread Lee Jones
It's the way that most other drivers do it. Very trivial clean-up which reduces line count and simplifies code. Cc: Vinod Koul Cc: Dan Williams Cc: Per Forlin Cc: Rabin Vincent Signed-off-by: Lee Jones --- drivers/dma/ste_dma40.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

[PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration

2013-04-18 Thread Lee Jones
It's the way that most other drivers do it. Very trivial clean-up which reduces line count and simplifies code. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com Cc: Per Forlin per.for...@stericsson.com Cc: Rabin Vincent ra...@rab.in Signed-off-by: Lee Jones lee.jo...@linaro.org