]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: 3w-sas: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Oct 2018 16:06:50 +0000 (18:06 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:51 +0000 (21:58 -0400)
commit454036e8bcb5326a70ca8bc4ef2d1e27120c5d91
tree6ff2c268776e49dc29cdbf202b027a1ba9d15c0b
parent162d1a9e9e3e8c1f8671b86a1034a645f2e08396
scsi: 3w-sas: 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>
Acked-by: Adam Radford <aradford@gmail.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/3w-sas.c