1
0
Fork 0

[SCSI] qla4xxx: Return error if minidump data collection fails

Return error from function qla4_8xxx_collect_md_data()
if minidump data collection fails.

Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
hifive-unleashed-5.1
Vikas Chaudhary 2013-08-23 03:40:20 -04:00 committed by James Bottomley
parent 4812d070f3
commit 35a9c2ab39
1 changed files with 1 additions and 0 deletions

View File

@ -2765,6 +2765,7 @@ skip_nxt_entry:
ql4_printk(KERN_INFO, ha,
"Dump data mismatch: Data collected: [0x%x], total_data_size:[0x%x]\n",
data_collected, ha->fw_dump_size);
rval = QLA_ERROR;
goto md_failed;
}