mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
igbvf: Make igbvf error message more informative
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>
This commit is contained in:
parent
58b8b04250
commit
1242b6f31e
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue