mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2578 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -697,9 +697,7 @@ static int scst_parse_cmd(struct scst_cmd *cmd)
|
||||
TRACE(TRACE_MINOR, "Warning: expected "
|
||||
"transfer length %d for opcode 0x%02x "
|
||||
"(handler %s, target %s) doesn't match "
|
||||
"decoded value %d. Faulty initiator "
|
||||
"(e.g. VMware is known to be such) or "
|
||||
"scst_scsi_op_table should be updated?",
|
||||
"decoded value %d",
|
||||
cmd->expected_transfer_len, cmd->cdb[0],
|
||||
dev->handler->name, cmd->tgtt->name,
|
||||
cmd->bufflen);
|
||||
@@ -713,9 +711,7 @@ static int scst_parse_cmd(struct scst_cmd *cmd)
|
||||
TRACE(TRACE_MINOR, "Warning: expected bidirectional OUT "
|
||||
"transfer length %d for opcode 0x%02x "
|
||||
"(handler %s, target %s) doesn't match "
|
||||
"decoded value %d. Faulty initiator "
|
||||
"(e.g. VMware is known to be such) or "
|
||||
"scst_scsi_op_table should be updated?",
|
||||
"decoded value %d",
|
||||
cmd->expected_out_transfer_len, cmd->cdb[0],
|
||||
dev->handler->name, cmd->tgtt->name,
|
||||
cmd->out_bufflen);
|
||||
|
||||
Reference in New Issue
Block a user