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 5efc962 commit cd039e6Copy full SHA for cd039e6
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@ -447,7 +447,6 @@ static void axienet_set_multicast_list(struct net_device *ndev)
447
reg = axienet_ior(lp, XAE_FMI_OFFSET);
448
reg |= XAE_FMI_PM_MASK;
449
axienet_iow(lp, XAE_FMI_OFFSET, reg);
450
- dev_info(&ndev->dev, "Promiscuous mode enabled.\n");
451
} else if (!netdev_mc_empty(ndev)) {
452
struct netdev_hw_addr *ha;
453
@@ -481,7 +480,6 @@ static void axienet_set_multicast_list(struct net_device *ndev)
481
480
reg &= ~XAE_FMI_PM_MASK;
482
483
484
- dev_info(&ndev->dev, "Promiscuous mode disabled.\n");
485
}
486
487
for (; i < XAE_MULTICAST_CAM_TABLE_NUM; i++) {
0 commit comments