* [PATCH 2/9] c6x: dma_debug: add debug_dma_mapping_error support
@ 2012-11-23 21:32 Shuah Khan
0 siblings, 0 replies; only message in thread
From: Shuah Khan @ 2012-11-23 21:32 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>
Acked-by: Mark Salter <msalter@redhat.com>
---
arch/c6x/include/asm/dma-mapping.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/c6x/include/asm/dma-mapping.h b/arch/c6x/include/asm/dma-mapping.h
index 03579fd..3c69406 100644
--- a/arch/c6x/include/asm/dma-mapping.h
+++ b/arch/c6x/include/asm/dma-mapping.h
@@ -32,6 +32,7 @@ static inline int dma_set_mask(struct device *dev, u64 dma_mask)
*/
static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
{
+ debug_dma_mapping_error(dev, dma_addr);
return dma_addr == ~0;
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-23 21:32 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:32 [PATCH 2/9] c6x: 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).