Skip to content

Commit

Permalink
[SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statem…
Browse files Browse the repository at this point in the history
…ent in qla2x00_port_logout.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Chad Dupuis authored and James Bottomley committed May 22, 2012
1 parent 5988aeb commit 01b6585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 01b6585

Please sign in to comment.