From: Yi Li Date: Fri, 21 Dec 2007 13:12:21 +0000 (+0800) Subject: [Blackfin] arch: fix bug - make memcpy return the dest addr. X-Git-Tag: v2.6.25-rc1~1177^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50e19f49830fb651b4b702ad2c3abcdf110b576;p=pandora-kernel.git [Blackfin] arch: fix bug - make memcpy return the dest addr. The memcpy() function returns the src pointer instead of the dst pointer. This patch fix this bug. Signed-off-by: Yi Li Signed-off-by: Bryan Wu --- Reading git-diff-tree failed