commit | acaade1af3587132e7ea585f470a95261e14f60c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 29 09:57:09 2019 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Thu Nov 07 17:25:40 2019 +0100 |
tree | 032d046986cd66197cd24e63e252774886467424 | |
parent | b3d53f5fce5d07b4981f0f4f93e579e389a99b07 [diff] |
dma-direct: remove __dma_direct_free_pages We can just call dma_free_contiguous directly instead of wrapping it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>