Correct NACA not supported sense to be as requested by SAM

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4329 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2012-05-31 02:35:22 +00:00
parent f153190fc3
commit f4d60cb1df

View File

@@ -686,7 +686,7 @@ static int scst_parse_cmd(struct scst_cmd *cmd)
PRINT_ERROR("NACA bit in control byte CDB is not supported "
"(opcode 0x%02x)", cmd->cdb[0]);
scst_set_cmd_error(cmd,
SCST_LOAD_SENSE(scst_sense_invalid_field_in_cdb));
SCST_LOAD_SENSE(scst_sense_invalid_message));
goto out_done;
}