Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352398
b: refs/heads/master
c: dce056c
h: refs/heads/master
v: v3
  • Loading branch information
Manish Chopra authored and David S. Miller committed Feb 11, 2013
1 parent 0a3a29b commit 47b64ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 9a05f92bbb46211b315222f4cf70731a97f932ed
refs/heads/master: dce056cb215e4803ed6e9efffd03705ca0671913
5 changes: 3 additions & 2 deletions trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,13 @@ int qlcnic_enable_msix(struct qlcnic_adapter *adapter, u32 num_msix)

if (num_msix) {
dev_info(&pdev->dev,
"Trying %d MSI-X interrupt vectors\n",
"Trying to allocate %d MSI-X interrupt vectors\n",
num_msix);
goto enable_msix;
}
} else {
dev_info(&pdev->dev, "Failed to get %d vectors\n",
dev_info(&pdev->dev,
"Unable to allocate %d MSI-X interrupt vectors\n",
num_msix);
}
}
Expand Down

0 comments on commit 47b64ac

Please sign in to comment.