Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09543c09 authored by Saurav Kashyap's avatar Saurav Kashyap Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Display mailbox failure by default.

parent d6a03581
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)

mbx_done:
	if (rval) {
		ql_dbg(ql_dbg_mbx, base_vha, 0x1020,
		ql_log(ql_log_warn, base_vha, 0x1020,
		    "**** Failed mbx[0]=%x, mb[1]=%x, mb[2]=%x, mb[3]=%x, cmd=%x ****.\n",
		    mcp->mb[0], mcp->mb[1], mcp->mb[2], mcp->mb[3], command);
	} else {