[SCSI] qla2xxx: Change the log message when previous dump is available to retrieve...
authorGiridhar Malavali <giridhar.malavali@qlogic.com>
Thu, 9 Feb 2012 19:15:52 +0000 (11:15 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 14:24:08 +0000 (08:24 -0600)
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_nx.c

index 751846f..f052853 100644 (file)
@@ -4098,8 +4098,9 @@ qla82xx_md_collect(scsi_qla_host_t *vha)
        data_ptr = (uint32_t *)ha->md_dump;
 
        if (ha->fw_dumped) {
-               ql_log(ql_log_info, vha, 0xb037,
-                   "Firmware dump available to retrive\n");
+               ql_log(ql_log_warn, vha, 0xb037,
+                   "Firmware has been previously dumped (%p) "
+                   "-- ignoring request.\n", ha->fw_dump);
                goto md_failed;
        }