Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258171
b: refs/heads/master
c: dfa322f
h: refs/heads/master
i:
  258169: 250dfd1
  258167: 18bf96f
v: v3
  • Loading branch information
Russell King committed Jul 3, 2011
1 parent 8f5ff3b commit e9d8f18
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: e2f521e247576c897e1bf0ada801e87c7e2db89f
refs/heads/master: dfa322fceb15227c07670c415e835d2dfa8a4307
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/dmabounce.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static inline dma_addr_t map_single(struct device *dev, void *ptr, size_t size,
DO_STATS ( device_info->map_op_count++ );

buf = alloc_safe_buffer(device_info, ptr, size, dir);
if (buf == 0) {
if (buf == NULL) {
dev_err(dev, "%s: unable to map unsafe buffer %p!\n",
__func__, ptr);
return ~0;
Expand Down

0 comments on commit e9d8f18

Please sign in to comment.