Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377337
b: refs/heads/master
c: 73e5a84
h: refs/heads/master
i:
  377335: bafee1e
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Jun 19, 2013
1 parent 1cf4779 commit dd9def9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 690cec8e70c211d1f5f6e520b21a68d0306173b6
refs/heads/master: 73e5a848426fae8e7f1f685389aa61d7a98e7c36
2 changes: 1 addition & 1 deletion trunk/arch/s390/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)

if (dma_ops->mapping_error)
return dma_ops->mapping_error(dev, dma_addr);
return (dma_addr == 0UL);
return (dma_addr == DMA_ERROR_CODE);
}

static inline void *dma_alloc_coherent(struct device *dev, size_t size,
Expand Down

0 comments on commit dd9def9

Please sign in to comment.