Re: [PATCH v3 1/5] dmaengine: mv_xor: make the code 64 bits compliant

2016-04-26 Thread Vinod Koul
On Thu, Apr 14, 2016 at 06:53:34PM +0200, Gregory CLEMENT wrote: > Fix two warnings which appear when building for 64 bits target. It is a good practice to post the warnings in log so that people know what is being fixed > > Signed-off-by: Gregory CLEMENT >

Re: [PATCH v3 1/5] dmaengine: mv_xor: make the code 64 bits compliant

2016-04-26 Thread Vinod Koul
On Thu, Apr 14, 2016 at 06:53:34PM +0200, Gregory CLEMENT wrote: > Fix two warnings which appear when building for 64 bits target. It is a good practice to post the warnings in log so that people know what is being fixed > > Signed-off-by: Gregory CLEMENT > --- > drivers/dma/mv_xor.c | 4 ++--

[PATCH v3 1/5] dmaengine: mv_xor: make the code 64 bits compliant

2016-04-14 Thread Gregory CLEMENT
Fix two warnings which appear when building for 64 bits target. Signed-off-by: Gregory CLEMENT --- drivers/dma/mv_xor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index

[PATCH v3 1/5] dmaengine: mv_xor: make the code 64 bits compliant

2016-04-14 Thread Gregory CLEMENT
Fix two warnings which appear when building for 64 bits target. Signed-off-by: Gregory CLEMENT --- drivers/dma/mv_xor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index 3922a5d56806..a6ec82776cbc 100644 ---