projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a42d5
)
qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.
author
Jan Kulich
<
[email protected]
>
Thu, 25 Sep 2014 09:16:45 +0000
(
05:16
-0400)
committer
Christoph Hellwig
<
[email protected]
>
Thu, 25 Sep 2014 12:25:02 +0000
(14:25 +0200)
Signed-off-by: Jan Kulich <
[email protected]
>
Signed-off-by: Saurav Kashyap <
[email protected]
>
Signed-off-by: Christoph Hellwig <
[email protected]
>
drivers/scsi/qla2xxx/qla_mr.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_mr.c
b/drivers/scsi/qla2xxx/qla_mr.c
index 620e60a7a0eeee66ec32951fa6d216f441cb3890..c54a53de351bda4edc82561321e6617128d016c4 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_mr.c
+++ b/
drivers/scsi/qla2xxx/qla_mr.c
@@
-1551,7
+1551,10
@@
qlafx00_timer_routine(scsi_qla_host_t *vha)
ha->mr.fw_reset_timer_tick =
QLAFX00_MAX_RESET_INTERVAL;
}
- ha->mr.old_aenmbx0_state = aenmbx0;
+ if (ha->mr.old_aenmbx0_state != aenmbx0) {
+ ha->mr.old_aenmbx0_state = aenmbx0;
+ ha->mr.fw_reset_timer_tick = QLAFX00_RESET_INTERVAL;
+ }
ha->mr.fw_reset_timer_tick--;
}
if (test_bit(FX00_CRITEMP_RECOVERY, &vha->dpc_flags)) {