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

Commit 01b6585d authored by Chad Dupuis's avatar Chad Dupuis Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_port_logout.

parent 5988aeb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4549,7 +4549,7 @@ qla2x00_port_logout(scsi_qla_host_t *vha, struct fc_port *fcport)
	}


	ql_dbg(ql_dbg_mbx, vha, 0x113c, "Done %s.\n",  __func__);
	ql_dbg(ql_dbg_mbx, vha, 0x113c, "Entering %s.\n",  __func__);

	/* Perform Implicit LOGO. */
	mcp->mb[0] = MBC_PORT_LOGOUT;