git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e749865
)
[POWERPC] Fix return value from memcpy
author
Paul Mackerras
<paulus@samba.org>
Thu, 31 Aug 2006 03:22:58 +0000
(13:22 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 31 Aug 2006 03:22:58 +0000
(13:22 +1000)
As pointed out by Herbert Xu <herbert@gondor.apana.org.au>, our
memcpy implementation didn't return the destination pointer as its
return value, and there is code in the kernel that expects that.
This fixes it.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found