Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290461
b: refs/heads/master
c: f794e7e
h: refs/heads/master
i:
  290459: 5ee6c4c
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 24, 2012
1 parent bce672e commit 7b744c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: bbf7bd2f04b5a24d0f371bd77ad1cf82471225e4
refs/heads/master: f794e7efe40147ed0c34f889b75298fec10e66b8
8 changes: 1 addition & 7 deletions trunk/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3462,13 +3462,7 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev,
ixgbevf_init_last_counter_stats(adapter);

/* print the MAC address */
hw_dbg(hw, "%2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n",
netdev->dev_addr[0],
netdev->dev_addr[1],
netdev->dev_addr[2],
netdev->dev_addr[3],
netdev->dev_addr[4],
netdev->dev_addr[5]);
hw_dbg(hw, "%pM\n", netdev->dev_addr);

hw_dbg(hw, "MAC: %d\n", hw->mac.type);

Expand Down

0 comments on commit 7b744c0

Please sign in to comment.