projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b8b04
)
igbvf: Make igbvf error message more informative
author
Williams, Mitch A
<mitch.a.williams@intel.com>
Wed, 23 Dec 2009 13:22:43 +0000
(13:22 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 24 Dec 2009 04:47:51 +0000
(20:47 -0800)
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igbvf/netdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/igbvf/netdev.c
b/drivers/net/igbvf/netdev.c
index e9dd95f136aa8432d1542fc344a19cd0acdf3abb..0dbd0320023acf47ff36f2b97fe434b567cfc414 100644
(file)
--- a/
drivers/net/igbvf/netdev.c
+++ b/
drivers/net/igbvf/netdev.c
@@
-2763,7
+2763,8
@@
static int __devinit igbvf_probe(struct pci_dev *pdev,
err = hw->mac.ops.reset_hw(hw);
if (err) {
dev_info(&pdev->dev,
- "PF still in reset state, assigning new address\n");
+ "PF still in reset state, assigning new address."
+ " Is the PF interface up?\n");
random_ether_addr(hw->mac.addr);
} else {
err = hw->mac.ops.read_mac_addr(hw);