mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
qla2x00t-32gbit: Remove debug output of variables not set by SCST
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8129 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3883,10 +3883,8 @@ int qlt_abort_cmd(struct qla_tgt_cmd *cmd)
|
||||
* 1) XFER Rdy completion + CMD_T_ABORT
|
||||
* 2) TCM TMR - drain_state_list
|
||||
*/
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf016,
|
||||
"multiple abort. %p transport_state %x, t_state %x, "
|
||||
"se_cmd_flags %x\n", cmd, cmd->se_cmd.transport_state,
|
||||
cmd->se_cmd.t_state, cmd->se_cmd.se_cmd_flags);
|
||||
ql_dbg(ql_dbg_tgt_mgt, vha, 0xf016, "multiple abort. %p\n",
|
||||
cmd);
|
||||
return EIO;
|
||||
}
|
||||
cmd->aborted = 1;
|
||||
|
||||
Reference in New Issue
Block a user