Skip to content

Commit

Permalink
Revert "ARM: dma-mapping: support debug_dma_mapping_error"
Browse files Browse the repository at this point in the history
This reverts commit 871ae57, which is
scheduled for v3.8 and accidently got into v3.7-rc series.

Signed-off-by: Marek Szyprowski <[email protected]>
  • Loading branch information
mszyprow committed Oct 26, 2012
1 parent 2ab3f29 commit 6975758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ static inline dma_addr_t virt_to_dma(struct device *dev, void *addr)
*/
static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
{
debug_dma_mapping_error(dev, dma_addr);
return dma_addr == DMA_ERROR_CODE;
}

Expand Down

0 comments on commit 6975758

Please sign in to comment.