]> git.ipfire.org Git - thirdparty/linux.git/commit
dma-mapping: fix inverted logic in dma_supported
authorThierry Reding <treding@nvidia.com>
Thu, 20 Dec 2018 16:35:47 +0000 (17:35 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 Dec 2018 16:47:55 +0000 (17:47 +0100)
commit8b1cce9f5832a8eda17d37a3c49fb7dd2d650f46
treed73a821b8def58fd58a913bbbb297cceca343bd1
parent06d4dd2f2ce1cdb625f77c0676d5af6ba310c01d
dma-mapping: fix inverted logic in dma_supported

The cleanup in commit 356da6d0cde3 ("dma-mapping: bypass indirect calls
for dma-direct") accidentally inverted the logic in the check for the
presence of a ->dma_supported() callback. Switch this back to the way it
was to prevent a crash on boot.

Fixes: 356da6d0cde3 ("dma-mapping: bypass indirect calls for dma-direct")
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/mapping.c