diff options
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | 2012-04-25 18:26:15 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-10 11:15:19 +0400 |
commit | 4aee57667e9b237d0bd0c5a167c8b6103a27756a (patch) | |
tree | 82e4ea64ed3b5ab19d34a3ff0dfbf0204f3948bc /drivers/scsi/qla2xxx/qla_dbg.c | |
parent | a49393f2ae13e3a0c61dbdbea77c2ff7614df474 (diff) | |
download | linux-4aee57667e9b237d0bd0c5a167c8b6103a27756a.tar.xz |
[SCSI] qla2xxx: Proper completion to scsi-ml for scsi status task_set_full and busy.
In case of firmmware detected under-run condition and scsi status of
task_set_full or busy_condition, return that to the mid layer for proper error
handling instead of DID_ERROR (which causes error handler activation and a
full retry).
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_dbg.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index 897731b93df2..62324a1d5573 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c @@ -15,7 +15,7 @@ * | Mailbox commands | 0x113e | 0x112c-0x112e | * | | | 0x113a | * | Device Discovery | 0x2086 | 0x2020-0x2022 | - * | Queue Command and IO tracing | 0x302f | 0x3006,0x3008 | + * | Queue Command and IO tracing | 0x3030 | 0x3006,0x3008 | * | | | 0x302d-0x302e | * | DPC Thread | 0x401c | | * | Async Events | 0x505d | 0x502b-0x502f | |