From: Elena Oat Date: Thu, 6 Mar 2014 20:10:32 +0000 (+0200) Subject: Staging: rtl8188eu: Fix warning of prefer ether_addr_copy. X-Git-Tag: v3.15-rc1~139^2~571 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5be646783a101fc1e9af81b9c804901e13d597;p=pandora-kernel.git Staging: rtl8188eu: Fix warning of prefer ether_addr_copy. This patch fixes the warning of "Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)" in file rtw_cmd.c. Pahole shows that the addresses are 2-byte aligned. Signed-off-by: Elena Oat Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed