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)
commit298f3db6ee690259927b105d5ad1079563361323
treea742aa95a39eea282beca343600b9076ee3cf6c2
parent1d659236fb43c4d2b37af7a4309681e834e9ec9a
dma-contiguous: fix comment for dma_release_from_contiguous

Commit 90ae409f9eb3 ("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