Re: [PATCH] scsi: fcoe: use eth_zero_addr() to clear mac address

2020-07-24 Thread Martin K. Petersen
On Mon, 20 Jul 2020 16:39:04 +0800, linmiaohe wrote: > Use eth_zero_addr() to clear mac address insetad of memset(). Applied to 5.9/scsi-queue, thanks! [1/1] scsi: fcoe: Use eth_zero_addr() to clear mac address https://git.kernel.org/mkp/scsi/c/e2289db1ccc6 -- Martin K. Petersen Ora

[PATCH] scsi: fcoe: use eth_zero_addr() to clear mac address

2020-07-20 Thread linmiaohe
From: Miaohe Lin Use eth_zero_addr() to clear mac address insetad of memset(). Signed-off-by: Miaohe Lin --- drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c index 1791a393795d..ef92c