mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 02:12:00 -04:00
qla2xxx: Incorrect debug level on mailbox command print 0x1111.
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
committed by
Christoph Hellwig
parent
4bb2efc45f
commit
7b711623e1
@@ -117,7 +117,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
|
||||
command = mcp->mb[0];
|
||||
mboxes = mcp->out_mb;
|
||||
|
||||
ql_dbg(ql_dbg_mbx + ql_dbg_buffer, vha, 0x1111,
|
||||
ql_dbg(ql_dbg_mbx, vha, 0x1111,
|
||||
"Mailbox registers (OUT):\n");
|
||||
for (cnt = 0; cnt < ha->mbx_count; cnt++) {
|
||||
if (IS_QLA2200(ha) && cnt == 8)
|
||||
|
||||
Reference in New Issue
Block a user