Re: [PATCH] MIPS: ath25: Convert random_ether_addr to eth_random_addr

2018-06-28 Thread Paul Burton
Hi Joe, On Fri, Jun 22, 2018 at 11:29:28PM -0700, Joe Perches wrote: > random_ether_addr is a #define for eth_random_addr which is > generally preferred in kernel code by ~3:1 > > Convert the uses of random_ether_addr to enable removing the #define > > Signed-off-by: Joe Perches > --- > arch/m

[PATCH] MIPS: ath25: Convert random_ether_addr to eth_random_addr

2018-06-22 Thread Joe Perches
random_ether_addr is a #define for eth_random_addr which is generally preferred in kernel code by ~3:1 Convert the uses of random_ether_addr to enable removing the #define Signed-off-by: Joe Perches --- arch/mips/ath25/board.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --