From: Dilek Uzulmez Date: Mon, 6 Oct 2014 23:50:28 +0000 (+0300) Subject: staging: slicoss: Fix warning of prefer ether_addr_copy(). X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f999ac00c76f998b5ef861a599c72fb4572dc9c0;p=pandora-kernel.git staging: slicoss: Fix warning of prefer ether_addr_copy(). This patch fixes the following checkpatch.pl warnings: WARNING: "Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)" in file slicoss.c Pahole shows that the addresses are aligned. Signed-off-by: Dilek Uzulmez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed