提交 c74d88a4 编写于 作者: A Andrew Vasquez 提交者: James Bottomley

[SCSI] qla2xxx: Fail initialization if unable to load RISC code.

Signed-off-by: NAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: NChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
上级 58570ac5
......@@ -1561,7 +1561,8 @@ qla2x00_setup_chip(scsi_qla_host_t *vha)
"ISP Firmware failed checksum.\n");
goto failed;
}
}
} else
goto failed;
if (!IS_FWI2_CAPABLE(ha) && !IS_QLA2100(ha) && !IS_QLA2200(ha)) {
/* Enable proper parity. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册