Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170444
b: refs/heads/master
c: 657205b
h: refs/heads/master
v: v3
  • Loading branch information
Sreenivasa Honnur authored and David S. Miller committed Oct 6, 2009
1 parent 6cbb6a0 commit 4b53d52
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 92cdd7c377c893c72d6968537076a18a510ae5cc
refs/heads/master: 657205bdd7b276d95b3a5bac7e856e22c4001136
3 changes: 2 additions & 1 deletion trunk/drivers/net/vxge/vxge-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4088,9 +4088,10 @@ vxge_probe(struct pci_dev *pdev, const struct pci_device_id *pre)
driver_config->config_dev_cnt = 0;
driver_config->total_dev_cnt = 0;
driver_config->g_no_cpus = 0;
driver_config->vpath_per_dev = max_config_vpath;
}

driver_config->vpath_per_dev = max_config_vpath;

driver_config->total_dev_cnt++;
if (++driver_config->config_dev_cnt > max_config_dev) {
ret = 0;
Expand Down

0 comments on commit 4b53d52

Please sign in to comment.