commit | f481973d5efdb63b7c6ca6b0ecd2b8462556a461 | [log] [tgz] |
---|---|---|
author | Mahesh Rajashekhara <mahesh.rajashekhara@microsemi.com> | Wed Apr 05 16:14:16 2017 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Apr 26 18:28:06 2017 -0400 |
tree | bb254fe9f09a156d6b2768fd006bfc76d2cdb49f | |
parent | 6cf161150d815da0ee8cff158b185bc33dca3a34 [diff] |
scsi: aacraid: pci_alloc_consistent() failures on ARM64 There were pci_alloc_consistent() failures on ARM64 platform. Use dma_alloc_coherent() with GFP_KERNEL flag DMA memory allocations. Signed-off-by: Mahesh Rajashekhara <mahesh.rajashekhara@microsemi.com> [hch: tweaked indentation, removed memsets] Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Dave Carroll <david.carroll@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>