We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d263c commit e2289dbCopy full SHA for e2289db
drivers/scsi/fcoe/fcoe_ctlr.c
@@ -337,7 +337,7 @@ static void fcoe_ctlr_announce(struct fcoe_ctlr *fip)
337
printk(KERN_NOTICE "libfcoe: host%d: "
338
"FIP Fibre-Channel Forwarder MAC %pM deselected\n",
339
fip->lp->host->host_no, fip->dest_addr);
340
- memset(fip->dest_addr, 0, ETH_ALEN);
+ eth_zero_addr(fip->dest_addr);
341
}
342
if (sel) {
343
printk(KERN_INFO "libfcoe: host%d: FIP selected "
0 commit comments