Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183440
b: refs/heads/master
c: aaa09ee
h: refs/heads/master
v: v3
  • Loading branch information
hartleys authored and David S. Miller committed Jan 7, 2010
1 parent 837e4f4 commit 814f324
Show file tree
Hide file tree
Showing 2 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: ce7194d889996fb8f724148bc85a0c2c79da7b8e
refs/heads/master: aaa09ee7287d31f57f4dc8b4acca5cd59c1595f5
5 changes: 1 addition & 4 deletions trunk/drivers/atm/idt77252.c
Original file line number Diff line number Diff line change
Expand Up @@ -3557,10 +3557,7 @@ init_card(struct atm_dev *dev)
if (tmp) {
memcpy(card->atmdev->esi, tmp->dev_addr, 6);

printk("%s: ESI %02x:%02x:%02x:%02x:%02x:%02x\n",
card->name, 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("%s: ESI %pM\n", card->name, card->atmdev->esi);
}
/*
* XXX: </hack>
Expand Down

0 comments on commit 814f324

Please sign in to comment.