mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:36:44 +07:00
[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>
This commit is contained in:
parent
124f85e6cc
commit
3fd67cdf9e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user