aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-01-09 14:51:22 +0100
committerJakub Kicinski <kuba@kernel.org>2022-01-09 16:52:20 -0800
commit544bdad074945c341b03a43f98efcc4e067d7b1b (patch)
tree54bf15a0b5bacd41cde67d5caaf6defbfc899790 /Kconfig
parentbnx2x: Remove useless DMA-32 fallback configuration (diff)
downloadlinux-dev-544bdad074945c341b03a43f98efcc4e067d7b1b.tar.xz
linux-dev-544bdad074945c341b03a43f98efcc4e067d7b1b.zip
cxgb3: Remove useless DMA-32 fallback configuration
As stated in [1], dma_set_mask() with a 64-bit mask never fails if dev->dma_mask is non-NULL. So, if it fails, the 32 bits case will also fail for the same reason. So, if dma_set_mask_and_coherent() succeeds, 'pci_using_dac' is known to be 1. Simplify code and remove some dead code accordingly. [1]: https://lkml.org/lkml/2021/6/7/398 Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/a0e2539aefb0034091aca02c98440ea9459f1258.1641736234.git.christophe.jaillet@wanadoo.fr Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions