Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183438
b: refs/heads/master
c: 1154b29
h: refs/heads/master
v: v3
  • Loading branch information
hartleys authored and David S. Miller committed Jan 7, 2010
1 parent 70be8b8 commit cf182e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 2d13bafeba24f732e89b818b8c66b07893457570
refs/heads/master: 1154b299e7924f2ae8bb3ca479a6942e1edd78fc
4 changes: 1 addition & 3 deletions trunk/drivers/atm/nicstar.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,7 @@ static int __devinit ns_init_card(int i, struct pci_dev *pcidev)
}
}

printk("nicstar%d: MAC address %02X:%02X:%02X:%02X:%02X:%02X\n", i,
card->atmdev->esi[0], card->atmdev->esi[1], card->atmdev->esi[2],
card->atmdev->esi[3], card->atmdev->esi[4], card->atmdev->esi[5]);
printk("nicstar%d: MAC address %pM\n", i, card->atmdev->esi);

card->atmdev->dev_data = card;
card->atmdev->ci_range.vpi_bits = card->vpibits;
Expand Down

0 comments on commit cf182e1

Please sign in to comment.