Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Vikas Chaudhary and committed by
James Bottomley
35a9c2ab 4812d070

+1
+1
drivers/scsi/qla4xxx/ql4_nx.c
··· 2765 2765 ql4_printk(KERN_INFO, ha, 2766 2766 "Dump data mismatch: Data collected: [0x%x], total_data_size:[0x%x]\n", 2767 2767 data_collected, ha->fw_dump_size); 2768 + rval = QLA_ERROR; 2768 2769 goto md_failed; 2769 2770 } 2770 2771