]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla4xxx: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Oct 2018 07:56:58 +0000 (09:56 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:53 +0000 (21:58 -0400)
commit499c71ae10c77e981b0512292fda42569213a6c5
tree436cf71aa2554d9eda243f4b7f0866314b6dc915
parented9b9e08cdf40bc763dc668d3127bb5351c72237
scsi: qla4xxx: fully convert to the generic DMA API

The driver is currently using an odd mix of legacy PCI DMA API and
generic DMA API calls, switch it over to the generic API entirely.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla4xxx/ql4_os.c