Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347490
b: refs/heads/master
c: 9c83b07
h: refs/heads/master
v: v3
  • Loading branch information
Shuah Khan authored and Joerg Roedel committed Nov 28, 2012
1 parent 966e4ef commit 57cd188
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e728fa18eba8bcbf1f2c4aeb21b6304a16f2f9e4
refs/heads/master: 9c83b07c042361c429883b3205cbc96fd19598bd
2 changes: 2 additions & 0 deletions trunk/arch/mips/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 57cd188

Please sign in to comment.