On Jul 13, 2010, at 3:03 AM, Mike Christie wrote:
On 07/10/2010 04:20 AM, Vikas Chaudhary wrote:
@@ -622,18 +624,42 @@ static void qla4xxx_isr_decode_mailbox(struct
scsi_qla_host * ha,
default:
DEBUG2(printk(KERN_WARNING
"scsi%ld: AEN %04x UNKNOWN\n",
- ha->host_no, mbox_status));
+ ha->host_no, mbox_sts[0]));
break;
}
} else {
DEBUG2(printk("scsi%ld: Unknown mailbox status %08X\n",
ha->host_no, mbox_status));
- ha->mbox_status[0] = mbox_status;
+ ha->mbox_status[0] = mbox_sts[0];
}
}
Normally, if you resend your patchset you would just fix up these type
of issues on the resend.
Other than the compile warning from that code, patches look fine.
Thanks
for fixing up the other stuff.
Reviewed-by: Mike Christie <michaelc@xxxxxxxxxxx>
James,
All other patches in this patch set are also blessed by Mike.C
in earlier posts. Please pull this patch set
(http://marc.info/?l=linux-scsi&m=127875362624209&w=2)
to scsi-misc-2.6 tree in next merge.
Thanks,
Vikas.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html