Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111674
b: refs/heads/master
c: fbbf68b
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Li authored and David S. Miller committed Sep 18, 2008
1 parent fb60836 commit 592df96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 453a9c6e995149c4a43e50b5482a48ed0298b0dc
refs/heads/master: fbbf68b7f88953a9c56b7a7b4019fa5212987b34
3 changes: 1 addition & 2 deletions trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7718,7 +7718,6 @@ bnx2_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)

memcpy(dev->dev_addr, bp->mac_addr, 6);
memcpy(dev->perm_addr, bp->mac_addr, 6);
bp->name = board_info[ent->driver_data].name;

dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
if (CHIP_NUM(bp) == CHIP_NUM_5709)
Expand All @@ -7745,7 +7744,7 @@ bnx2_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
printk(KERN_INFO "%s: %s (%c%d) %s found at mem %lx, "
"IRQ %d, node addr %s\n",
dev->name,
bp->name,
board_info[ent->driver_data].name,
((CHIP_ID(bp) & 0xf000) >> 12) + 'A',
((CHIP_ID(bp) & 0x0ff0) >> 4),
bnx2_bus_string(bp, str),
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/bnx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -6701,8 +6701,6 @@ struct bnx2 {

/* End of fields used in the performance code paths. */

char *name;

int timer_interval;
int current_interval;
struct timer_list timer;
Expand Down

0 comments on commit 592df96

Please sign in to comment.