Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226879
b: refs/heads/master
c: 900a36e
h: refs/heads/master
i:
  226877: 1730898
  226875: f403097
  226871: f6b9c12
  226863: 3e9f4f0
  226847: 43016ee
  226815: 3318783
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Dec 23, 2010
1 parent ba112a1 commit d9ed187
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: 0ce87911491d4167198b863c102c7e4d09202561
refs/heads/master: 900a36e3277ac9109fe364a6a1420c71265f9377
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_bsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,7 @@ qla24xx_bsg_timeout(struct fc_bsg_job *bsg_job)
if (((sp_bsg->type == SRB_CT_CMD) ||
(sp_bsg->type == SRB_ELS_CMD_HST))
&& (sp_bsg->u.bsg_job == bsg_job)) {
spin_unlock_irqrestore(&ha->hardware_lock, flags);
if (ha->isp_ops->abort_command(sp)) {
DEBUG2(qla_printk(KERN_INFO, ha,
"scsi(%ld): mbx "
Expand All @@ -1527,6 +1528,7 @@ qla24xx_bsg_timeout(struct fc_bsg_job *bsg_job)
bsg_job->req->errors =
bsg_job->reply->result = 0;
}
spin_lock_irqsave(&ha->hardware_lock, flags);
goto done;
}
}
Expand Down

0 comments on commit d9ed187

Please sign in to comment.