aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2022-01-06 22:49:20 +0100
committerMoritz Fischer <[email protected]>2022-01-25 11:25:50 -0800
commit21f0a239ecab4b6765269af78904512358beb802 (patch)
treef68db2f83f7956fb2ab51f77ab415c1b1c40c1ef /tools/perf/scripts/python/libxed.py
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff)
fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API
In [1], Christoph Hellwig has proposed to remove the wrappers in include/linux/pci-dma-compat.h. Some reasons why this API should be removed have been given by Julia Lawall in [2]. A coccinelle script has been used to perform the needed transformation. It can be found in [3]. It has been hand modified to use 'dma_set_mask_and_coherent()' instead of 'pci_set_dma_mask()/pci_set_consistent_dma_mask()' when applicable. This is less verbose. The explicit 'ret = -EIO;' has been removed because 'dma_set_mask_and_coherent()' returns 0 or -EIO, so its return code can be used directly. [1]: https://lore.kernel.org/kernel-janitors/[email protected]/ [2]: https://lore.kernel.org/kernel-janitors/alpine.DEB.2.22.394.2007120902170.2424@hadrien/ [3]: https://lore.kernel.org/kernel-janitors/[email protected]/ Reviewed-by: Xu Yilun <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Moritz Fischer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions