aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r--drivers/net/bnx2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index a78b664cd443..84177663291e 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -7718,7 +7718,6 @@ bnx2_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
7718 7718
7719 memcpy(dev->dev_addr, bp->mac_addr, 6); 7719 memcpy(dev->dev_addr, bp->mac_addr, 6);
7720 memcpy(dev->perm_addr, bp->mac_addr, 6); 7720 memcpy(dev->perm_addr, bp->mac_addr, 6);
7721 bp->name = board_info[ent->driver_data].name;
7722 7721
7723 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; 7722 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
7724 if (CHIP_NUM(bp) == CHIP_NUM_5709) 7723 if (CHIP_NUM(bp) == CHIP_NUM_5709)
@@ -7745,7 +7744,7 @@ bnx2_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
7745 printk(KERN_INFO "%s: %s (%c%d) %s found at mem %lx, " 7744 printk(KERN_INFO "%s: %s (%c%d) %s found at mem %lx, "
7746 "IRQ %d, node addr %s\n", 7745 "IRQ %d, node addr %s\n",
7747 dev->name, 7746 dev->name,
7748 bp->name, 7747 board_info[ent->driver_data].name,
7749 ((CHIP_ID(bp) & 0xf000) >> 12) + 'A', 7748 ((CHIP_ID(bp) & 0xf000) >> 12) + 'A',
7750 ((CHIP_ID(bp) & 0x0ff0) >> 4), 7749 ((CHIP_ID(bp) & 0x0ff0) >> 4),
7751 bnx2_bus_string(bp, str), 7750 bnx2_bus_string(bp, str),