commit | f0cf5c98981353563b929801100c30071f0eeefb | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Mon Oct 26 16:32:02 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun Dec 13 15:27:25 2015 -0800 |
tree | 910eaeff02ba7caef2c9f880608ee91cfe8ecb88 | |
parent | f68766d8844f4340992a993f1af5f0307d740d8c [diff] |
fm10k: use ether_addr_copy to copy MAC address Use the ether_addr_copy function instead of copying byte-by-byte in a for-loop by hand. Reported-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>