> From: linmiaohe <[email protected]> > Sent: Monday, July 20, 2020 1:29 AM > To: Kirsher, Jeffrey T <[email protected]>; [email protected]; > [email protected] > Cc: [email protected]; [email protected]; linux- > [email protected]; [email protected] > Subject: [PATCH] igb: use eth_zero_addr() to clear mac address > > From: Miaohe Lin <[email protected]> > > Use eth_zero_addr() to clear mac address insetad of memset(). > > Signed-off-by: Miaohe Lin <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Tested-by: Aaron Brown <[email protected]>
