Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220940
b: refs/heads/master
c: de7fe78
h: refs/heads/master
v: v3
  • Loading branch information
Emil Tantilov authored and David S. Miller committed Oct 28, 2010
1 parent 6cf6fd2 commit 4a0a6d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec43a81cfa85b1ba0c9ac1aa995fe652f30fd4d6
refs/heads/master: de7fe7874dc55e8226245c50f07dec3c7b285044
8 changes: 4 additions & 4 deletions trunk/drivers/net/igbvf/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2783,15 +2783,15 @@ static int __devinit igbvf_probe(struct pci_dev *pdev,
/* reset the hardware with the new settings */
igbvf_reset(adapter);

/* tell the stack to leave us alone until igbvf_open() is called */
netif_carrier_off(netdev);
netif_stop_queue(netdev);

strcpy(netdev->name, "eth%d");
err = register_netdev(netdev);
if (err)
goto err_hw_init;

/* tell the stack to leave us alone until igbvf_open() is called */
netif_carrier_off(netdev);
netif_stop_queue(netdev);

igbvf_print_device_info(adapter);

igbvf_initialize_last_counter_stats(adapter);
Expand Down

0 comments on commit 4a0a6d0

Please sign in to comment.