projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5988aeb
)
[SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_p...
author
Chad Dupuis
<chad.dupuis@qlogic.com>
Tue, 15 May 2012 18:34:13 +0000
(14:34 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Tue, 22 May 2012 10:24:09 +0000
(11:24 +0100)
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>
drivers/scsi/qla2xxx/qla_mbx.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_mbx.c
b/drivers/scsi/qla2xxx/qla_mbx.c
index 54eba10a647796c9b1738058513f904658e1b4a2..10244ba54d67368dfb30fbe43fc2449d3152e7d0 100644
(file)
--- 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;