diff options
| -rw-r--r-- | drivers/net/via-velocity.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c index e2a7725e567e..b02f7adff5dc 100644 --- a/drivers/net/via-velocity.c +++ b/drivers/net/via-velocity.c | |||
| @@ -989,8 +989,10 @@ static int __devinit velocity_found1(struct pci_dev *pdev, const struct pci_devi | |||
| 989 | if (ret < 0) | 989 | if (ret < 0) |
| 990 | goto err_iounmap; | 990 | goto err_iounmap; |
| 991 | 991 | ||
| 992 | if (velocity_get_link(dev)) | 992 | if (!velocity_get_link(dev)) { |
| 993 | netif_carrier_off(dev); | 993 | netif_carrier_off(dev); |
| 994 | vptr->mii_status |= VELOCITY_LINK_FAIL; | ||
| 995 | } | ||
| 994 | 996 | ||
| 995 | velocity_print_info(vptr); | 997 | velocity_print_info(vptr); |
| 996 | pci_set_drvdata(pdev, dev); | 998 | pci_set_drvdata(pdev, dev); |
