From: Michael Buesch Date: Thu, 28 Aug 2008 17:13:51 +0000 (+0200) Subject: b43: Don't use memcpy for overlapping areas X-Git-Tag: v2.6.28-rc1~717^2~310^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9abe050d0a018b888fce61a4353afab17b0860;p=pandora-kernel.git b43: Don't use memcpy for overlapping areas It is valid to pass &gphy->rfatt and &gphy->bbatt as rfatt and bbatt pointer arguments to the function. So we have to use memmove for the possibly overlapping memory areas. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed