Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361844
b: refs/heads/master
c: d0f63ac
h: refs/heads/master
v: v3
  • Loading branch information
Alex Williamson authored and Jeff Kirsher committed Mar 26, 2013
1 parent 21baa05 commit e50b3f3
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: 22c12752d183f39aa8e2cc884cfcb23c0cb6d98d
refs/heads/master: d0f63acc2ff354a525f7bc7ba90e81f49b6c2ef8
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@ static int igb_sw_init(struct igb_adapter *adapter)
if (max_vfs > 7) {
dev_warn(&pdev->dev,
"Maximum of 7 VFs per PF, using max\n");
adapter->vfs_allocated_count = 7;
max_vfs = adapter->vfs_allocated_count = 7;
} else
adapter->vfs_allocated_count = max_vfs;
if (adapter->vfs_allocated_count)
Expand Down

0 comments on commit e50b3f3

Please sign in to comment.