Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178809
b: refs/heads/master
c: 5c66f5d
h: refs/heads/master
i:
  178807: a0943a7
v: v3
  • Loading branch information
Anirban Chakraborty authored and James Bottomley committed Dec 30, 2009
1 parent 9656ddd commit 1aba3f6
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: 3064ff39b8121acbd731f64d046218ebf3c2f9c0
refs/heads/master: 5c66f5d193f68c2a7da0f2ad3535ed30ab14307b
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_mid.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,10 @@ static void qla_do_work(struct work_struct *work)
struct rsp_que *rsp = container_of(work, struct rsp_que, q_work);
struct scsi_qla_host *vha;

spin_lock_irq(&rsp->hw->hardware_lock);
vha = qla25xx_get_host(rsp);
qla24xx_process_response_queue(vha, rsp);
spin_unlock_irq(&rsp->hw->hardware_lock);
}

/* create response queue */
Expand Down

0 comments on commit 1aba3f6

Please sign in to comment.