Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127091
b: refs/heads/master
c: bdc17a1
h: refs/heads/master
i:
  127089: a89c3aa
  127087: 583e89c
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent 9eebd90 commit 062ea3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 85a192e92dcb67552ee3fcdf2e36c11688b61955
refs/heads/master: bdc17a1bf2bc4dfef0459dd71fb8d12d458f06a1
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/bfin_dma_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ void *dma_memcpy(void *dest, const void *src, size_t size)
rest = size - bulk;
if (bulk)
__dma_memcpy(dest, src, bulk);
addr = __dma_memcpy(dest+bulk, src+bulk, rest);
return addr;
__dma_memcpy(dest+bulk, src+bulk, rest);
return dest;
}
EXPORT_SYMBOL(dma_memcpy);

Expand Down

0 comments on commit 062ea3b

Please sign in to comment.