From: Dilek Uzulmez Date: Wed, 8 Oct 2014 15:25:31 +0000 (+0300) Subject: staging: vt6655: Use ether_addr_copy function X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e1150178abe6fc3d967953dc74694e51b07ff3;p=pandora-kernel.git staging: vt6655: Use ether_addr_copy function This patch fixes the following checkpatch.pl warnings: WARNING: "Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)" in file device_main.c Pahole shows that the addresses are aligned Signed-off-by: Dilek Uzulmez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed