From: Chad Dupuis Date: Tue, 15 May 2012 18:34:13 +0000 (-0400) Subject: [SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_p... X-Git-Tag: v3.5-rc1~25^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01b6585d8af737a82b45ca22a938f2a930659775;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_port_logout. Signed-off-by: Giridhar Malavali Signed-off-by: Chad Dupuis Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c index 54eba10..10244ba 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) } - 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;