linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/9] mips: dma_debug: add debug_dma_mapping_error support
@ 2012-11-23 21:34 Shuah Khan
  0 siblings, 0 replies; only message in thread
From: Shuah Khan @ 2012-11-23 21:34 UTC (permalink / raw)
  To: Joerg Roedel, a-jacquiot, fenghua.yu, catalin.marinas, lethal,
	benh, ralf, tony.luck, davem, m.szyprowski, msalter, monstr,
	Ming Lei
  Cc: linux-mips, linux-ia64, linux-c6x-dev, linux-sh,
	microblaze-uclinux, LKML, shuahkhan, sparclinux, linuxppc-dev,
	linux-arm-kernel

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: Shuah Khan <shuah.khan@hp.com>
---
 arch/mips/include/asm/dma-mapping.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/mips/include/asm/dma-mapping.h b/arch/mips/include/asm/dma-mapping.h
index be39a12..006b43e 100644
--- a/arch/mips/include/asm/dma-mapping.h
+++ b/arch/mips/include/asm/dma-mapping.h
@@ -40,6 +40,8 @@ static inline int dma_supported(struct device *dev, u64 mask)
 static inline int dma_mapping_error(struct device *dev, u64 mask)
 {
 	struct dma_map_ops *ops = get_dma_ops(dev);
+
+	debug_dma_mapping_error(dev, mask);
 	return ops->mapping_error(dev, mask);
 }
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-23 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 21:34 [PATCH 5/9] mips: dma_debug: add debug_dma_mapping_error support Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).