ixgbevf: use ether_addr_copy instead of memcpy
authorEmil Tantilov <emil.s.tantilov@intel.com>
Mon, 12 Oct 2015 17:55:51 +0000 (10:55 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 23 Nov 2015 19:08:51 +0000 (11:08 -0800)
commit26982b99225fb35ec0467705612bbecb61b2fb8d
tree70afe2690543a1d7aea07880e4c448ac365787b3
parent9d56327c3d973a80eecdd560e880a4e53b7cfe62
ixgbevf: use ether_addr_copy instead of memcpy

replace some instances of memcpy for setting up the mac address with
ether_addr_copy()

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c