Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322009
b: refs/heads/master
c: e3bc4ff
h: refs/heads/master
i:
  322007: 62cf24b
v: v3
  • Loading branch information
Steve Hodgson authored and David S. Miller committed Aug 15, 2012
1 parent ebc8076 commit 2dd2e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c03307eab68d583ea6db917681afa14ed1fb3b84
refs/heads/master: e3bc4ffb814c847bde7706a80d5684d12c676a8b
2 changes: 1 addition & 1 deletion trunk/drivers/net/vmxnet3/vmxnet3_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3019,6 +3019,7 @@ vmxnet3_probe_device(struct pci_dev *pdev,
netdev->watchdog_timeo = 5 * HZ;

INIT_WORK(&adapter->work, vmxnet3_reset_work);
set_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state);

if (adapter->intr.type == VMXNET3_IT_MSIX) {
int i;
Expand All @@ -3043,7 +3044,6 @@ vmxnet3_probe_device(struct pci_dev *pdev,
goto err_register;
}

set_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state);
vmxnet3_check_link(adapter, false);
atomic_inc(&devices_found);
return 0;
Expand Down

0 comments on commit 2dd2e30

Please sign in to comment.