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

From: Paul Burton
Date: Thu Jun 28 2018 - 17:32:30 EST


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 <joe@xxxxxxxxxxx>
> ---
> arch/mips/ath25/board.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Applied to mips-next for 4.19.

Thanks,
Paul