[PATCH 3/7] atm: Use ether_addr_copy

2014-01-20 Thread Joe Perches
Use ether_addr_copy instead of memcpy(a, b, ETH_ALEN) to save some cycles on arm and powerpc. Signed-off-by: Joe Perches --- net/atm/lec.c | 9 + net/atm/mpc.c | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/atm/lec.c b/net/atm/lec.c index f23916b..0b73ae9

[PATCH 3/7] atm: Use ether_addr_copy

2014-01-20 Thread Joe Perches
Use ether_addr_copy instead of memcpy(a, b, ETH_ALEN) to save some cycles on arm and powerpc. Signed-off-by: Joe Perches j...@perches.com --- net/atm/lec.c | 9 + net/atm/mpc.c | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/atm/lec.c b/net/atm/lec.c index