Re: [PATCH] dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll

2018-11-24 Thread Vinod Koul
On 25-10-18, 11:05, Nathan Chancellor wrote: > Clang warns: > > drivers/dma/xilinx/zynqmp_dma.c:166:4: warning: attribute 'aligned' is > ignored, place it after "struct" to apply attribute to type declaration > [-Wignored-attributes] > }; __aligned(64) >^ > ./include/linux/compiler_types.h:200

Re: [PATCH] dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll

2018-10-25 Thread Nick Desaulniers
On Thu, Oct 25, 2018 at 11:14 AM Nathan Chancellor wrote: > > On Thu, Oct 25, 2018 at 11:11:22AM -0700, Nick Desaulniers wrote: > > On Thu, Oct 25, 2018 at 11:06 AM Nathan Chancellor > > wrote: > > > > > > Clang warns: > > > > > > drivers/dma/xilinx/zynqmp_dma.c:166:4: warning: attribute 'aligned

Re: [PATCH] dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll

2018-10-25 Thread Nathan Chancellor
On Thu, Oct 25, 2018 at 11:11:22AM -0700, Nick Desaulniers wrote: > On Thu, Oct 25, 2018 at 11:06 AM Nathan Chancellor > wrote: > > > > Clang warns: > > > > drivers/dma/xilinx/zynqmp_dma.c:166:4: warning: attribute 'aligned' is > > ignored, place it after "struct" to apply attribute to type declar

Re: [PATCH] dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll

2018-10-25 Thread Nick Desaulniers
On Thu, Oct 25, 2018 at 11:06 AM Nathan Chancellor wrote: > > Clang warns: > > drivers/dma/xilinx/zynqmp_dma.c:166:4: warning: attribute 'aligned' is > ignored, place it after "struct" to apply attribute to type declaration > [-Wignored-attributes] > }; __aligned(64) >^ > ./include/linux/compi

[PATCH] dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll

2018-10-25 Thread Nathan Chancellor
Clang warns: drivers/dma/xilinx/zynqmp_dma.c:166:4: warning: attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes] }; __aligned(64) ^ ./include/linux/compiler_types.h:200:38: note: expanded from macro '__aligned' #define __aligned(