Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282266
b: refs/heads/master
c: 2f73b9a
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and James Bottomley committed Dec 15, 2011
1 parent 298108e commit 393e273
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: c24a1710d18d706ee2bbd87390868242f1a6d8d5
refs/heads/master: 2f73b9a896634dd0ce68b5af9ae5f475e24ce51e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/mpt2sas/mpt2sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ _base_enable_msix(struct MPT2SAS_ADAPTER *ioc)
if (_base_check_enable_msix(ioc) != 0)
goto try_ioapic;

ioc->reply_queue_count = min_t(u8, ioc->cpu_count,
ioc->reply_queue_count = min_t(int, ioc->cpu_count,
ioc->msix_vector_count);

entries = kcalloc(ioc->reply_queue_count, sizeof(struct msix_entry),
Expand Down

0 comments on commit 393e273

Please sign in to comment.