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