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

The driver currently uses pci_set_dma_mask despite otherwise using the
generic DMA API.  Also move the dma_get_required_mask check before actually
setting the dma mask, so that we don't end up with inconsistent settings in
corner cases.

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