From: Chad Dupuis Date: Mon, 23 Jan 2012 13:38:11 +0000 (-0600) Subject: qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_port_logout. X-Git-Tag: v2.6.39-400.9.0~484 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e6b06f9bf23812668a2d993830be2cf615fae2bb;p=users%2Fjedix%2Flinux-maple.git qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_port_logout. JIRA Key: V2632FC-157 --- diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c index 9d9e85bb5156..a24a5617f169 100644 --- a/drivers/scsi/qla2xxx/qla_mbx.c +++ b/drivers/scsi/qla2xxx/qla_mbx.c @@ -4623,7 +4623,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;