diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-01-05 14:18:07 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-01-07 16:50:09 -0500 |
commit | 3fd67cdf9e68b653ed631056bf1660700088c8c8 (patch) | |
tree | 427d0d5c0c0919ead40e4fac301d1746ae669bf1 /drivers/scsi/qla2xxx/qla_isr.c | |
parent | 124f85e6cc0290a85adb7e14cd90e96105f4f9fb (diff) |
[SCSI] qla2xxx: Don't pollute kernel logs with ZIO/RIO status messages.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_isr.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 6447eb13db8c..5ff6f9453c0f 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
@@ -638,10 +638,7 @@ qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb) | |||
638 | 638 | ||
639 | /* case MBA_RIO_RESPONSE: */ | 639 | /* case MBA_RIO_RESPONSE: */ |
640 | case MBA_ZIO_RESPONSE: | 640 | case MBA_ZIO_RESPONSE: |
641 | DEBUG2(printk("scsi(%ld): [R|Z]IO update completion.\n", | 641 | DEBUG3(printk("scsi(%ld): [R|Z]IO update completion.\n", |
642 | vha->host_no)); | ||
643 | DEBUG(printk(KERN_INFO | ||
644 | "scsi(%ld): [R|Z]IO update completion.\n", | ||
645 | vha->host_no)); | 642 | vha->host_no)); |
646 | 643 | ||
647 | if (IS_FWI2_CAPABLE(ha)) | 644 | if (IS_FWI2_CAPABLE(ha)) |