commit | d0027bf09f09d95a23b8f476ba8cea28f2576781 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Aug 31 13:22:58 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Aug 31 13:22:58 2006 +1000 |
tree | 8dc94937525548c34c73c648fdeb2d9d0dc895fb | |
parent | e7498656b5e2e9e3806d263fecc90b2707d02093 [diff] |
[POWERPC] Fix return value from memcpy 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>