]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: isci: use dma_set_mask_and_coherent
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Oct 2018 13:10:20 +0000 (15:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Nov 2018 19:27:08 +0000 (14:27 -0500)
commit7a182e1488d03b64a91776a8e0e0f2b53c1c3292
tree65ac0ce0686ba0f9aa37be58ad6f679f203f55cf
parentaee3ba0865e7da1054c0efccc9169d9aa318f0c2
scsi: isci: use dma_set_mask_and_coherent

The driver currently uses pci_set_dma_mask despite otherwise using the
generic DMA API.  Switch it over to the better generic DMA API.

[mkp: s/iscsi/isci/]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/init.c