Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290463
b: refs/heads/master
c: 2d5ba83
h: refs/heads/master
i:
  290461: 7b744c0
  290459: 5ee6c4c
  290455: 79b1064
  290447: 2f5b94d
  290431: 2027a58
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 24, 2012
1 parent 4d06f18 commit 75135df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: d558950efcfb005771151cb843ac906355ad5ef4
refs/heads/master: 2d5ba835514c75dd06b9be8118977573dff4b5b8
7 changes: 2 additions & 5 deletions trunk/drivers/net/ethernet/xscale/ixp2000/ixpdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,8 @@ int ixpdev_init(int __nds_count, struct net_device **__nds,
}

for (i = 0; i < nds_count; i++) {
printk(KERN_INFO "%s: IXP2000 MSF ethernet (port %d), "
"%.2x:%.2x:%.2x:%.2x:%.2x:%.2x.\n", nds[i]->name, i,
nds[i]->dev_addr[0], nds[i]->dev_addr[1],
nds[i]->dev_addr[2], nds[i]->dev_addr[3],
nds[i]->dev_addr[4], nds[i]->dev_addr[5]);
printk(KERN_INFO "%s: IXP2000 MSF ethernet (port %d), %pM.\n",
nds[i]->name, i, nds[i]->dev_addr);
}

return 0;
Expand Down

0 comments on commit 75135df

Please sign in to comment.