Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347492
b: refs/heads/master
c: 50af1e9
h: refs/heads/master
v: v3
  • Loading branch information
Shuah Khan authored and Joerg Roedel committed Nov 28, 2012
1 parent 785a2e9 commit 191c5e0
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: 34daa88efd7ad46237fd1ac7e162611cc3f88acb
refs/heads/master: 50af1e9df2194991280463541bc89c55ca45164a
1 change: 1 addition & 0 deletions trunk/arch/sh/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
{
struct dma_map_ops *ops = get_dma_ops(dev);

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

Expand Down

0 comments on commit 191c5e0

Please sign in to comment.