atm: Use ether_addr_copy
authorJoe Perches <joe@perches.com>
Mon, 20 Jan 2014 17:52:16 +0000 (09:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 02:13:04 +0000 (18:13 -0800)
commit116e853f7f1548de3c1aed3181781788be42b99a
treedaf5ebbb0b794d9c93ec7ca74c50da7b64a48d5f
parent90ccb6aa407a906886b0d372996e71c4ee78eeca
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>
net/atm/lec.c
net/atm/mpc.c