Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256603
b: refs/heads/master
c: e101e7d
h: refs/heads/master
i:
  256601: f969075
  256599: e39b680
v: v3
  • Loading branch information
Shreyas Bhatewara authored and David S. Miller committed Jul 22, 2011
1 parent 9fa189f commit efd4b81
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: 308859097831831a979f2e82cbeef0a94f438080
refs/heads/master: e101e7ddad7a16ada030d6d1f044381924bcc0c1
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 @@ -2993,6 +2993,7 @@ vmxnet3_probe_device(struct pci_dev *pdev,
goto err_ver;
}

SET_NETDEV_DEV(netdev, &pdev->dev);
vmxnet3_declare_features(adapter, dma64);

adapter->dev_number = atomic_read(&devices_found);
Expand Down Expand Up @@ -3038,7 +3039,6 @@ vmxnet3_probe_device(struct pci_dev *pdev,
netif_set_real_num_tx_queues(adapter->netdev, adapter->num_tx_queues);
netif_set_real_num_rx_queues(adapter->netdev, adapter->num_rx_queues);

SET_NETDEV_DEV(netdev, &pdev->dev);
err = register_netdev(netdev);

if (err) {
Expand Down

0 comments on commit efd4b81

Please sign in to comment.