Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298298
b: refs/heads/master
c: 1bfff2f
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Mar 28, 2012
1 parent 10a1918 commit de21fc2
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: 89aad428317322044673cd9a3e1685a83abcba98
refs/heads/master: 1bfff2f8696ea13fc3d55a977f50abbddee336b2
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -8360,7 +8360,7 @@ static int __devinit ipr_alloc_cmd_blks(struct ipr_ioa_cfg *ioa_cfg)
int i;

ioa_cfg->ipr_cmd_pool = pci_pool_create (IPR_NAME, ioa_cfg->pdev,
sizeof(struct ipr_cmnd), 16, 0);
sizeof(struct ipr_cmnd), 512, 0);

if (!ioa_cfg->ipr_cmd_pool)
return -ENOMEM;
Expand Down

0 comments on commit de21fc2

Please sign in to comment.