From: Paul Mackerras Date: Thu, 31 Aug 2006 03:22:58 +0000 (+1000) Subject: [POWERPC] Fix return value from memcpy X-Git-Tag: v2.6.18-rc6~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0027bf09f09d95a23b8f476ba8cea28f2576781;p=pandora-kernel.git [POWERPC] Fix return value from memcpy As pointed out by Herbert Xu , 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 --- Reading git-diff-tree failed