]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: aic94xx: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Oct 2018 08:02:55 +0000 (10:02 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:51 +0000 (21:58 -0400)
commit59652c8a7ccb76e945eea86d9222b31dbe4bd993
tree13c4177b5ee4b3e33adb67e9b01c85758bbab253
parent403841c9122f1ad53bc9c6f176cfd92b0020078e
scsi: aic94xx: 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/aic94xx/aic94xx_init.c
drivers/scsi/aic94xx/aic94xx_task.c