Re: [PATCH 1/2] crypto: sahara: fix 64-bit dma_addr_t compilation

2015-12-10 Thread Herbert Xu
On Tue, Dec 08, 2015 at 04:23:51PM +0100, Arnd Bergmann wrote: > The sahara hardware uses DMA descriptors with 32-bit addresses, but > dma_addr_t is variable size depending on whether we want to support > any devices that use 64-bit DMA addresses in hardware. > This means that the definition of

[PATCH 1/2] crypto: sahara: fix 64-bit dma_addr_t compilation

2015-12-08 Thread Arnd Bergmann
The sahara hardware uses DMA descriptors with 32-bit addresses, but dma_addr_t is variable size depending on whether we want to support any devices that use 64-bit DMA addresses in hardware. This means that the definition of the DMA descriptor structure is wrong, and we helpfully get a compiler