提交 1242b6f3 编写于 作者: W Williams, Mitch A 提交者: David S. Miller

igbvf: Make igbvf error message more informative

Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 58b8b042
...@@ -2763,7 +2763,8 @@ static int __devinit igbvf_probe(struct pci_dev *pdev, ...@@ -2763,7 +2763,8 @@ static int __devinit igbvf_probe(struct pci_dev *pdev,
err = hw->mac.ops.reset_hw(hw); err = hw->mac.ops.reset_hw(hw);
if (err) { if (err) {
dev_info(&pdev->dev, 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); random_ether_addr(hw->mac.addr);
} else { } else {
err = hw->mac.ops.read_mac_addr(hw); err = hw->mac.ops.read_mac_addr(hw);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册