]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: 3w-9xxx: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Oct 2018 15:53:41 +0000 (17:53 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:51 +0000 (21:58 -0400)
commite3a6cde87d777be8d253a524f40b67d228c2c0ee
treede821735d8404465dc5bfce590ccf699b9a504a2
parent59652c8a7ccb76e945eea86d9222b31dbe4bd993
scsi: 3w-9xxx: 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-9xxx.c