OSDN Git Service

[SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.
authorSaurav Kashyap <saurav.kashyap@qlogic.com>
Wed, 26 Feb 2014 09:15:01 +0000 (04:15 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:17:49 +0000 (10:17 -0700)
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_mr.c

index 4542247..9839da8 100644 (file)
@@ -2794,7 +2794,7 @@ qlafx00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp,
        srb_t *sp;
        struct qla_hw_data *ha = vha->hw;
        const char func[] = "ERROR-IOCB";
-       uint16_t que = MSW(pkt->handle);
+       uint16_t que = 0;
        struct req_que *req = NULL;
        int res = DID_ERROR << 16;