Re: [PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-21 Thread Bhumika Goyal
On Mon, Aug 21, 2017 at 9:57 PM, Vinod Koul wrote: > On Sun, Aug 13, 2017 at 06:53:04PM +0530, Bhumika Goyal wrote: >> Make these const as they are only used during a copy operation. >> Done using Coccinelle. > > Pls make sure you use the right subsystem tags, hint, you cna

Re: [PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-21 Thread Bhumika Goyal
On Mon, Aug 21, 2017 at 9:57 PM, Vinod Koul wrote: > On Sun, Aug 13, 2017 at 06:53:04PM +0530, Bhumika Goyal wrote: >> Make these const as they are only used during a copy operation. >> Done using Coccinelle. > > Pls make sure you use the right subsystem tags, hint, you cna check git log > on

Re: [PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-21 Thread Vinod Koul
On Sun, Aug 13, 2017 at 06:53:04PM +0530, Bhumika Goyal wrote: > Make these const as they are only used during a copy operation. > Done using Coccinelle. Pls make sure you use the right subsystem tags, hint, you cna check git log on that subsystem/file to find the right ones Applied after fixing

Re: [PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-21 Thread Vinod Koul
On Sun, Aug 13, 2017 at 06:53:04PM +0530, Bhumika Goyal wrote: > Make these const as they are only used during a copy operation. > Done using Coccinelle. Pls make sure you use the right subsystem tags, hint, you cna check git log on that subsystem/file to find the right ones Applied after fixing

Re: [PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-14 Thread Linus Walleij
On Sun, Aug 13, 2017 at 3:23 PM, Bhumika Goyal wrote: > Make these const as they are only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Acked-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-14 Thread Linus Walleij
On Sun, Aug 13, 2017 at 3:23 PM, Bhumika Goyal wrote: > Make these const as they are only used during a copy operation. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Acked-by: Linus Walleij Yours, Linus Walleij

[PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-13 Thread Bhumika Goyal
Make these const as they are only used during a copy operation. Done using Coccinelle. Signed-off-by: Bhumika Goyal --- drivers/dma/ste_dma40.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index

[PATCH] ste_dma40: make stedma40_chan_cfg const

2017-08-13 Thread Bhumika Goyal
Make these const as they are only used during a copy operation. Done using Coccinelle. Signed-off-by: Bhumika Goyal --- drivers/dma/ste_dma40.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index c3052fb..f4fab41 100644