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

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

Signed-off-by: default avatarGiridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: default avatarChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 5988aeb2
...@@ -4549,7 +4549,7 @@ qla2x00_port_logout(scsi_qla_host_t *vha, struct fc_port *fcport) ...@@ -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. */ /* Perform Implicit LOGO. */
mcp->mb[0] = MBC_PORT_LOGOUT; mcp->mb[0] = MBC_PORT_LOGOUT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment