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

Commit be5ea3cf authored by Saurav Kashyap's avatar Saurav Kashyap Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Don't call alloc_fw_dump for ISP82XX.

parent 4e85e3d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1509,7 +1509,8 @@ qla2x00_setup_chip(scsi_qla_host_t *vha)
				    &ha->fw_xcb_count, NULL, NULL,
				    &ha->max_npiv_vports, NULL);

				if (!fw_major_version && ql2xallocfwdump)
				if (!fw_major_version && ql2xallocfwdump
				    && !IS_QLA82XX(ha))
					qla2x00_alloc_fw_dump(vha);
			}
		} else {