Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154023
b: refs/heads/master
c: 27dc9c5
h: refs/heads/master
i:
  154021: c5f0599
  154019: 09a5d1d
  154015: 40da598
v: v3
  • Loading branch information
Anirban Chakraborty authored and James Bottomley committed Jun 21, 2009
1 parent d1514e6 commit 77a8d8c
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: 30c9afa6cc477f6f21f8a0b36f3b81080941a0c9
refs/heads/master: 27dc9c5a3d652b0d55ab9ab396dcce9f13bc77c3
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ qla2x00_iospace_config(struct qla_hw_data *ha)
/* queue 0 uses two msix vectors */
if (ql2xmultique_tag) {
cpus = num_online_cpus();
ha->max_rsp_queues = (ha->msix_count - 1 - cpus) ?
ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
(cpus + 1) : (ha->msix_count - 1);
ha->max_req_queues = 2;
} else if (ql2xmaxqueues > 1) {
Expand Down

0 comments on commit 77a8d8c

Please sign in to comment.