dma-direct: comment the dma_direct_free calling convention

Signed-off-by: Christoph Hellwig <hch@lst.de>
这个提交包含在:
Christoph Hellwig
2018-02-02 09:51:14 +01:00
父节点 f25e6f6b4e
当前提交 42ed64524d

查看文件

@@ -84,6 +84,10 @@ again:
return page_address(page);
}
/*
* NOTE: this function must never look at the dma_addr argument, because we want
* to be able to use it as a helper for iommu implementations as well.
*/
void dma_direct_free(struct device *dev, size_t size, void *cpu_addr,
dma_addr_t dma_addr, unsigned long attrs)
{