From 75766c6bb0526565509191fece497c64c99cb03c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 4 Nov 2010 13:52:28 +0000 Subject: [PATCH] Merge of the trunk's r2578: Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2593 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 2b818ee8f..c59283799 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -715,9 +715,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); @@ -731,9 +729,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);