]> 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)
commite73dcfa05cf19d1935577c696b17de597f1d0b7c
treea742aa95a39eea282beca343600b9076ee3cf6c2
parentc82fafe3b46740a1dcdfdc9de2137b2aa6249ffc
dma-contiguous: fix comment for dma_release_from_contiguous

Commit a7266ceff2aa ("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