]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_port_logout.
authorChad Dupuis <chad.dupuis@qlogic.com>
Mon, 23 Jan 2012 13:38:11 +0000 (07:38 -0600)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 23 Jul 2012 08:02:41 +0000 (01:02 -0700)
JIRA Key: V2632FC-157

drivers/scsi/qla2xxx/qla_mbx.c

index 9d9e85bb515602bdd9a228ed72126eb00775f2ff..a24a5617f169134cdb697479b2428a05eb07057d 100644 (file)
@@ -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;