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

Commit 2e264269 authored by Giridhar Malavali's avatar Giridhar Malavali Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Corrected the display of firmware dump availability for ISP82xx.

parent 6e96fa7b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3655,11 +3655,11 @@ qla82xx_check_md_needed(scsi_qla_host_t *vha)
				qla82xx_md_free(vha);
				/* ALlocate MiniDump resources */
				qla82xx_md_prep(vha);
			}
		} else
			ql_log(ql_log_info, vha, 0xb02e,
			    "Firmware dump available to retrieve\n");
	}
	}
	return rval;
}