From ba5be646783a101fc1e9af81b9c804901e13d597 Mon Sep 17 00:00:00 2001 From: Elena Oat Date: Thu, 6 Mar 2014 22:10:32 +0200 Subject: [PATCH] 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-format-patch failed