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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:34:09 +0000 (16:34 -0500)
commitb72b8d0725b0fa3d6ae991824be7df74ecf8077f
treee9e2e3e6daffe73c084fe95fbb3eb50b777ed68c
parent15818c08ca79d3798da9e9f0225026abc47a379a
PCI/switchtec: Use dma_set_mask_and_coherent()

commit aa82130a22f77c1aa5794703730304d035a0c1f4 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/switch/switchtec.c