From: Joe Perches Date: Tue, 14 Jan 2014 23:18:47 +0000 (-0800) Subject: etherdevice: Use ether_addr_copy to copy an Ethernet address X-Git-Tag: v3.14-rc1~94^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286ab723d4b83d37deb4017008ef1444a95cfb0d;p=pandora-kernel.git etherdevice: Use ether_addr_copy to copy an Ethernet address Some systems can use the normally known u16 alignment of Ethernet addresses to save some code/text bytes and cycles. This does not change currently emitted code on x86 by gcc 4.8. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed