scsi: qedi: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Oct 2018 18:06:13 +0000 (20:06 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:53 +0000 (21:58 -0400)
commit7ae7ce0bbefff16d24d932f650b9bd9e8c08c0da
tree525dcf262a82db044833f4eab024b1bbd5c32337
parent332d84f7f6378d6f595449f02c3552c22a77bd86
scsi: qedi: 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>
Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qedi/qedi_main.c