Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271007
b: refs/heads/master
c: c8582ad
h: refs/heads/master
i:
  271005: 83f8ea8
  271003: 7be0973
  270999: 9bc9878
  270991: ddd5427
  270975: 3f8631d
v: v3
  • Loading branch information
Saurav Kashyap authored and James Bottomley committed Aug 29, 2011
1 parent df577ac commit 32c9f49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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: 999916dc59dc2fb0de221ad607d58cdc88fcbbe4
refs/heads/master: c8582ad95bcbdf46f799d310d7dfee73d941c2f4
11 changes: 8 additions & 3 deletions trunk/drivers/scsi/qla2xxx/qla_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3761,10 +3761,15 @@ qla82xx_device_state_handler(scsi_qla_host_t *vha)
qla82xx_idc_lock(ha);
break;
case QLA82XX_DEV_NEED_RESET:
if (!ql2xdontresethba)
qla82xx_need_reset_handler(vha);
if (!ql2xdontresethba)
qla82xx_need_reset_handler(vha);
else {
qla82xx_idc_unlock(ha);
msleep(1000);
qla82xx_idc_lock(ha);
}
dev_init_timeout = jiffies +
(ha->nx_dev_init_timeout * HZ);
(ha->nx_dev_init_timeout * HZ);
break;
case QLA82XX_DEV_NEED_QUIESCENT:
qla82xx_need_qsnt_handler(vha);
Expand Down

0 comments on commit 32c9f49

Please sign in to comment.