From: Joe Perches Date: Sun, 16 Feb 2014 00:02:17 +0000 (-0800) Subject: bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) X-Git-Tag: v3.15-rc1~113^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada0f8633c5b8dad640e1a2bcb95499ec187ac17;p=pandora-kernel.git bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) ether_addr_copy is smaller and faster for some architectures. This relies on a stack frame being at least __aligned(2) for one use of an Ethernet address on the stack. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed