Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c74d88a4 authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

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

parent 58570ac5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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. */