Re: [PATCH 8/9] dmaengine: ti-dma-crossbar: Use enum for crossbar type

2016-09-21 Thread Peter Ujfalusi
On 09/21/16 06:52, Vinod Koul wrote: > On Fri, Sep 16, 2016 at 11:33:23AM +0300, Peter Ujfalusi wrote: >> Fixes compiler warning on 64bit architectures. > > Would be good to give the warning message here Let me revert this patch and patch #2 for the eDMA to get the warnings. I will repost v2 wit

Re: [PATCH 8/9] dmaengine: ti-dma-crossbar: Use enum for crossbar type

2016-09-20 Thread Vinod Koul
On Fri, Sep 16, 2016 at 11:33:23AM +0300, Peter Ujfalusi wrote: > Fixes compiler warning on 64bit architectures. Would be good to give the warning message here > > Signed-off-by: Peter Ujfalusi > --- > drivers/dma/ti-dma-crossbar.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletion

[PATCH 8/9] dmaengine: ti-dma-crossbar: Use enum for crossbar type

2016-09-16 Thread Peter Ujfalusi
Fixes compiler warning on 64bit architectures. Signed-off-by: Peter Ujfalusi --- drivers/dma/ti-dma-crossbar.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/dma/ti-dma-crossbar.c b/drivers/dma/ti-dma-crossbar.c index e4f3bd1ae264..876e4ccaf033 100644 ---