]> git.baikalelectronics.ru Git - kernel.git/commit
dma-contiguous: fix comment for dma_release_from_contiguous
authorPeter Collingbourne <pcc@google.com>
Thu, 23 Apr 2020 16:31:31 +0000 (09:31 -0700)
committerChristoph Hellwig <hch@lst.de>
Sat, 25 Apr 2020 11:17:06 +0000 (13:17 +0200)
commit6e5d0ad239cb6c41afd21395f924e6cbe655df8d
treea742aa95a39eea282beca343600b9076ee3cf6c2
parent74d618503fd87230ab99f58eed9451312ed5c2b4
dma-contiguous: fix comment for dma_release_from_contiguous

Commit 889978d3804b ("dma-direct: fix zone selection
after an unaddressable CMA allocation") changed the logic in
dma_release_from_contiguous to remove the normal pages fallback path,
but did not update the comment. Fix that.

Signed-off-by: Peter Collingbourne <pcc@google.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/contiguous.c