]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: mvsas: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Oct 2018 07:54:21 +0000 (09:54 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:52 +0000 (21:58 -0400)
commit84b67535a623aea28f55dccd065602b6e6c7c167
tree610ed6f3ad84885806648560cca1a9b0d05e8876
parentc648c5e010a75ad221d47cc8306cd58a4cfd62d7
scsi: mvsas: 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/mvsas/mv_init.c
drivers/scsi/mvsas/mv_sas.c