diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2012-05-15 14:34:13 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 06:24:09 -0400 |
commit | 01b6585d8af737a82b45ca22a938f2a930659775 (patch) | |
tree | a92abce9cbcccc02ce66d472f462c43a3b447197 | |
parent | 5988aeb28fa0090520f912c44f5a35cf69de7d70 (diff) |
[SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement 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>
-rw-r--r-- | drivers/scsi/qla2xxx/qla_mbx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c index 54eba10a6477..10244ba54d67 100644 --- a/drivers/scsi/qla2xxx/qla_mbx.c +++ b/drivers/scsi/qla2xxx/qla_mbx.c | |||
@@ -4549,7 +4549,7 @@ qla2x00_port_logout(scsi_qla_host_t *vha, struct fc_port *fcport) | |||
4549 | } | 4549 | } |
4550 | 4550 | ||
4551 | 4551 | ||
4552 | ql_dbg(ql_dbg_mbx, vha, 0x113c, "Done %s.\n", __func__); | 4552 | ql_dbg(ql_dbg_mbx, vha, 0x113c, "Entering %s.\n", __func__); |
4553 | 4553 | ||
4554 | /* Perform Implicit LOGO. */ | 4554 | /* Perform Implicit LOGO. */ |
4555 | mcp->mb[0] = MBC_PORT_LOGOUT; | 4555 | mcp->mb[0] = MBC_PORT_LOGOUT; |