Re: [PATCH] gianfar: Use random MAC address when none is given

2020-07-14 Thread David Miller
From: Maxim Kochetkov Date: Tue, 14 Jul 2020 15:01:04 +0300 > If there is no valid MAC address in the device tree, > use a random MAC address. > > Signed-off-by: Maxim Kochetkov Looks good, patch applied, thanks.

[PATCH] gianfar: Use random MAC address when none is given

2020-07-14 Thread Maxim Kochetkov
If there is no valid MAC address in the device tree, use a random MAC address. Signed-off-by: Maxim Kochetkov --- drivers/net/ethernet/freescale/gianfar.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/freescale/gianfar.c