From: Williams, Mitch A Date: Wed, 23 Dec 2009 13:22:43 +0000 (+0000) Subject: igbvf: Make igbvf error message more informative X-Git-Tag: v2.6.33-rc3~44^2~18 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1242b6f31e1d0688f1eb1dc78036dbd975bd6140;p=~shefty%2Frdma-dev.git igbvf: Make igbvf error message more informative Signed-off-by: Mitch Williams Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- diff --git a/drivers/net/igbvf/netdev.c b/drivers/net/igbvf/netdev.c index e9dd95f136a..0dbd0320023 100644 --- 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);