nvme-pci: don't fall back to a 32-bit DMA mask
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Jun 2019 07:17:48 +0000 (09:17 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 9 Jul 2019 20:44:44 +0000 (13:44 -0700)
commit4fe06923f5181d57178e01add4ba54e269c59e9e
tree9ca3f1291fb7360dd1d05acc46a9fbe6535fe87c
parent21774222324e018f064d4fbb661e3c09c2bcaad0
nvme-pci: don't fall back to a 32-bit DMA mask

Since Linux 5.0 drivers can safely set the largest DMA mask supported
by the device, and don't need fallbacks to work around the dma mapping
implementations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/pci.c