Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183335
b: refs/heads/master
c: aa7c68a
h: refs/heads/master
i:
  183333: 2505c56
  183331: 119e9ba
  183327: 3df31f9
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Dec 30, 2009
1 parent 4825fda commit 97ab7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d649a2844e49ece6309cf28cb941ef64eb69228f
refs/heads/master: aa7c68a5f75cf04e79348e8baca67c7393d8f7e4
6 changes: 2 additions & 4 deletions trunk/drivers/net/via-velocity.c
Original file line number Diff line number Diff line change
Expand Up @@ -2702,10 +2702,8 @@ static void __devinit velocity_print_info(struct velocity_info *vptr)
struct net_device *dev = vptr->dev;

printk(KERN_INFO "%s: %s\n", dev->name, get_chip_name(vptr->chip_id));
printk(KERN_INFO "%s: Ethernet Address: %2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X\n",
dev->name,
dev->dev_addr[0], dev->dev_addr[1], dev->dev_addr[2],
dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5]);
printk(KERN_INFO "%s: Ethernet Address: %pM\n",
dev->name, dev->dev_addr);
}

static u32 velocity_get_link(struct net_device *dev)
Expand Down

0 comments on commit 97ab7ff

Please sign in to comment.