PCI/switchtec: Use dma_set_mask_and_coherent()
authorWesley Sheng <wesley.sheng@microchip.com>
Mon, 6 Jan 2020 19:03:26 +0000 (12:03 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 8 Jan 2020 21:42:45 +0000 (15:42 -0600)
commitaa82130a22f77c1aa5794703730304d035a0c1f4
tree66b6cc28658692c24d879da3f9c1cdcb687680f8
parente42617b825f8073569da76dc4510bfa019b1c35a
PCI/switchtec: Use dma_set_mask_and_coherent()

Use dma_set_mask_and_coherent() instead of dma_set_coherent_mask() as the
Switchtec hardware fully supports 64bit addressing and we should set both
the streaming and coherent masks the same.

[logang@deltatee.com: reworked commit message]
Fixes: aff614c6339c ("switchtec: Set DMA coherent mask")
Link: https://lore.kernel.org/r/20200106190337.2428-2-logang@deltatee.com
Signed-off-by: Wesley Sheng <wesley.sheng@microchip.com>
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/switch/switchtec.c