提交 d550dd27 编写于 作者: S Saurav Kashyap 提交者: James Bottomley

[SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.

Signed-off-by: NGiridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: NSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
上级 32231618
...@@ -2794,7 +2794,7 @@ qlafx00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, ...@@ -2794,7 +2794,7 @@ qlafx00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp,
srb_t *sp; srb_t *sp;
struct qla_hw_data *ha = vha->hw; struct qla_hw_data *ha = vha->hw;
const char func[] = "ERROR-IOCB"; const char func[] = "ERROR-IOCB";
uint16_t que = MSW(pkt->handle); uint16_t que = 0;
struct req_que *req = NULL; struct req_que *req = NULL;
int res = DID_ERROR << 16; int res = DID_ERROR << 16;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册