提交 27fa0ab6 编写于 作者: S Shuah Khan 提交者: Joerg Roedel

ia64: dma_debug: add debug_dma_mapping_error support

Add dma-debug interface debug_dma_mapping_error() to debug drivers that fail
to check dma mapping errors on addresses returned by dma_map_single() and
dma_map_page() interfaces.
Signed-off-by: NShuah Khan <shuah.khan@hp.com>
Signed-off-by: NJoerg Roedel <joro@8bytes.org>
上级 ad154880
...@@ -58,6 +58,7 @@ static inline void dma_free_attrs(struct device *dev, size_t size, ...@@ -58,6 +58,7 @@ static inline void dma_free_attrs(struct device *dev, size_t size,
static inline int dma_mapping_error(struct device *dev, dma_addr_t daddr) static inline int dma_mapping_error(struct device *dev, dma_addr_t daddr)
{ {
struct dma_map_ops *ops = platform_dma_get_ops(dev); struct dma_map_ops *ops = platform_dma_get_ops(dev);
debug_dma_mapping_error(dev, daddr);
return ops->mapping_error(dev, daddr); return ops->mapping_error(dev, daddr);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册