Re: [PATCH] net: qed: use eth_zero_addr() to clear mac address

2020-08-03 Thread David Miller
From: linmiaohe Date: Sat, 1 Aug 2020 17:14:41 +0800 > From: Miaohe Lin > > Use eth_zero_addr() to clear mac address instead of memset(). > > Signed-off-by: Miaohe Lin Applied.

[PATCH] net: qed: use eth_zero_addr() to clear mac address

2020-08-01 Thread linmiaohe
From: Miaohe Lin Use eth_zero_addr() to clear mac address instead of memset(). Signed-off-by: Miaohe Lin --- drivers/net/ethernet/qlogic/qed/qed_sriov.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/qlogic/qed/qed_sriov.c b/drivers/net/etherne