commit | 116e853f7f1548de3c1aed3181781788be42b99a | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jan 20 09:52:16 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 18:13:04 2014 -0800 |
tree | daf5ebbb0b794d9c93ec7ca74c50da7b64a48d5f | |
parent | 90ccb6aa407a906886b0d372996e71c4ee78eeca [diff] |
atm: Use ether_addr_copy Use ether_addr_copy instead of memcpy(a, b, ETH_ALEN) to save some cycles on arm and powerpc. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>