]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: hptiop: use dma_set_mask
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Oct 2018 13:10:18 +0000 (15:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Nov 2018 19:27:08 +0000 (14:27 -0500)
commit453cd3700ca37f759cf975999abb7b5b4347fd85
tree82c575cf58ffc18b7c7e79f0262e238c0aedf3ea
parente4db40e7a1a2cd6af3b6d5f8f3fba15533872398
scsi: hptiop: use dma_set_mask

The driver currently uses pci_set_dma_mask despite otherwise using the
generic DMA API.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hptiop.c