Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347493
b: refs/heads/master
c: fd78a95
h: refs/heads/master
i:
  347491: 785a2e9
v: v3
  • Loading branch information
Shuah Khan authored and Joerg Roedel committed Nov 28, 2012
1 parent 191c5e0 commit 851cae0
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: 50af1e9df2194991280463541bc89c55ca45164a
refs/heads/master: fd78a95ac662a18e94509b7314c327475cbeafb4
1 change: 1 addition & 0 deletions trunk/arch/tile/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static inline bool dma_capable(struct device *dev, dma_addr_t addr, size_t size)
static inline int
dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
{
debug_dma_mapping_error(dev, dma_addr);
return get_dma_ops(dev)->mapping_error(dev, dma_addr);
}

Expand Down

0 comments on commit 851cae0

Please sign in to comment.