]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SCSI] qla2xxx: Don't pollute kernel logs with ZIO/RIO status messages.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Mon, 5 Jan 2009 19:18:07 +0000 (11:18 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 7 Jan 2009 21:50:09 +0000 (15:50 -0600)
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_isr.c

index 6447eb13db8ca4196333518227d8a892e8639dbb..5ff6f9453c0fa5636f6a9d9c8662381a0a67d34a 100644 (file)
@@ -638,10 +638,7 @@ qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb)
 
        /* case MBA_RIO_RESPONSE: */
        case MBA_ZIO_RESPONSE:
-               DEBUG2(printk("scsi(%ld): [R|Z]IO update completion.\n",
-                   vha->host_no));
-               DEBUG(printk(KERN_INFO
-                   "scsi(%ld): [R|Z]IO update completion.\n",
+               DEBUG3(printk("scsi(%ld): [R|Z]IO update completion.\n",
                    vha->host_no));
 
                if (IS_FWI2_CAPABLE(ha))