]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: wd719x: always use generic DMA API
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Nov 2018 15:54:06 +0000 (16:54 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Nov 2018 19:27:08 +0000 (14:27 -0500)
commit2b965372d40399c0ed38b5d29892015598b37625
tree9b15c4eae193082d7f8bc055da7239908d33bdac
parent6af8731829dc9758670aba6a82f6dcc08a7a3411
scsi: wd719x: always use generic DMA API

The wd719x driver currently uses a mix of the legacy PCI DMA and the
generic DMA APIs.  Switch it over to the generic DMA API entirely.

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