From: Dilek Uzulmez Date: Tue, 7 Oct 2014 12:26:23 +0000 (+0300) Subject: staging: gdm724x: Fix warning of prefer ether_addr_copy. X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~1203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=399521341942bf7458302c23ef5736be4501ef49;p=pandora-kernel.git staging: gdm724x: 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 gdm_lte.c Pahole shows that the addresses are aligned. Signed-off-by: Dilek Uzulmez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed