Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290467
b: refs/heads/master
c: 3274ce7
h: refs/heads/master
i:
  290465: 93d8427
  290463: 75135df
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 24, 2012
1 parent f4ec672 commit c7e1e1a
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: ff40a675bba27c990c7b32c2fcc50d3db758b226
refs/heads/master: 3274ce71fede837176e59b1579ac9679dc990117
7 changes: 2 additions & 5 deletions trunk/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2211,11 +2211,8 @@ struct net_device *init_ft1000_card(struct pcmcia_device *link,
ft1000InitProc(dev);
ft1000_card_present = 1;
SET_ETHTOOL_OPS(dev, &ops);
printk(KERN_INFO
"ft1000: %s: addr 0x%04lx irq %d, MAC addr %02x:%02x:%02x:%02x:%02x:%02x\n",
dev->name, dev->base_addr, dev->irq, 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 "ft1000: %s: addr 0x%04lx irq %d, MAC addr %pM\n",
dev->name, dev->base_addr, dev->irq, dev->dev_addr);
return dev;

err_unreg:
Expand Down

0 comments on commit c7e1e1a

Please sign in to comment.