Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347491
b: refs/heads/master
c: 34daa88
h: refs/heads/master
i:
  347489: 966e4ef
  347487: 46e1a55
v: v3
  • Loading branch information
Shuah Khan authored and Joerg Roedel committed Nov 28, 2012
1 parent 57cd188 commit 785a2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c83b07c042361c429883b3205cbc96fd19598bd
refs/heads/master: 34daa88efd7ad46237fd1ac7e162611cc3f88acb
1 change: 1 addition & 0 deletions trunk/arch/powerpc/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
{
struct dma_map_ops *dma_ops = get_dma_ops(dev);

debug_dma_mapping_error(dev, dma_addr);
if (dma_ops->mapping_error)
return dma_ops->mapping_error(dev, dma_addr);

Expand Down

0 comments on commit 785a2e9

Please sign in to comment.