diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-01-29 09:47:47 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-02-02 21:10:55 -0600 |
commit | cd2c61911dfe0d87cb872571739d5838cc233747 (patch) | |
tree | b6daf2d0d3208cc767ccc4482ad71f70f6c16d08 /drivers/message/fusion/mptctl.c | |
parent | 2ecce492290bf0d5eedc76cf0f4bf45f8c3f42bc (diff) | |
download | blackbird-op-linux-cd2c61911dfe0d87cb872571739d5838cc233747.tar.gz blackbird-op-linux-cd2c61911dfe0d87cb872571739d5838cc233747.zip |
[SCSI] fusion - error handling bug fix's
misc error handling bug fix's
- properly interpret iocstatus returned after task management request
- clear tmState after a failed doorbell
- cleanup mptscsih_taskmgmt_complete
Signed-off-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptctl.c')
-rw-r--r-- | drivers/message/fusion/mptctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c index 922d0c879f06..4779ff502e53 100644 --- a/drivers/message/fusion/mptctl.c +++ b/drivers/message/fusion/mptctl.c @@ -313,7 +313,7 @@ static void mptctl_timeout_expired (MPT_IOCTL *ioctl) */ dctlprintk((MYIOC_s_INFO_FMT "Calling HardReset! \n", ioctl->ioc->name)); - mpt_HardResetHandler(ioctl->ioc, NO_SLEEP); + mpt_HardResetHandler(ioctl->ioc, CAN_SLEEP); } return; |