Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179998
b: refs/heads/master
c: f1053a7
h: refs/heads/master
v: v3
  • Loading branch information
Anatolij Gustschin authored and James Bottomley committed Jan 17, 2010
1 parent 8870179 commit 7e75189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cacb6dc3d7fea751879a225c15e48228415e6359
refs/heads/master: f1053a7ca9ce095d95bcc1cf41684c5e4f3e7751
2 changes: 2 additions & 0 deletions trunk/drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -4330,6 +4330,8 @@ initChainBuffers(MPT_ADAPTER *ioc)

if (ioc->bus_type == SPI)
num_chain *= MPT_SCSI_CAN_QUEUE;
else if (ioc->bus_type == SAS)
num_chain *= MPT_SAS_CAN_QUEUE;
else
num_chain *= MPT_FC_CAN_QUEUE;

Expand Down

0 comments on commit 7e75189

Please sign in to comment.