Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183339
b: refs/heads/master
c: b18fe47
h: refs/heads/master
i:
  183337: 309b1f5
  183335: 97ab7ff
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Dec 30, 2009
1 parent fcc6621 commit 43cf017
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: 3b8dff3622a813d093a8601dc90fb6f12183f87c
refs/heads/master: b18fe4777f1cf7095fbe78652b72c076e300eaee
5 changes: 1 addition & 4 deletions trunk/drivers/net/sunvnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,10 +1062,7 @@ static struct vnet * __devinit vnet_new(const u64 *local_mac)
goto err_out_free_dev;
}

printk(KERN_INFO "%s: Sun LDOM vnet ", dev->name);

for (i = 0; i < 6; i++)
printk("%2.2x%c", dev->dev_addr[i], i == 5 ? '\n' : ':');
printk(KERN_INFO "%s: Sun LDOM vnet %pM\n", dev->name, dev->dev_addr);

list_add(&vp->list, &vnet_list);

Expand Down

0 comments on commit 43cf017

Please sign in to comment.