Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177927
b: refs/heads/master
c: d685c26
h: refs/heads/master
i:
  177925: 16eb2e9
  177923: 194729d
  177919: 9c7efbf
v: v3
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Dec 10, 2009
1 parent beaabe4 commit 9815185
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 6f4fdda41b01100cfe02afb1b84bf422cbf557d4
refs/heads/master: d685c262083dcd5fd98b7499b22a377a3225229c
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/mpt2sas/mpt2sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3583,6 +3583,11 @@ mpt2sas_base_attach(struct MPT2SAS_ADAPTER *ioc)
ioc->transport_cmds.status = MPT2_CMD_NOT_USED;
mutex_init(&ioc->transport_cmds.mutex);

/* scsih internal command bits */
ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
ioc->scsih_cmds.status = MPT2_CMD_NOT_USED;
mutex_init(&ioc->scsih_cmds.mutex);

/* task management internal command bits */
ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
ioc->tm_cmds.status = MPT2_CMD_NOT_USED;
Expand Down

0 comments on commit 9815185

Please sign in to comment.