git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5497 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2014-04-30 01:07:41 +00:00
parent a6832beba4
commit 53af3de6e4
+1 -1
View File
@@ -3337,7 +3337,7 @@ static enum compl_status_e vdisk_exec_inquiry(struct vdisk_cmd_params *p)
resp_len = num;
put_unaligned_be16(resp_len, &buf[2]);
resp_len += 4;
} else if (0x86 == cmd->cdb[2]) {
} else if (0x86 == cmd->cdb[2]) {
/* Extended INQUIRY */
buf[1] = 0x86;
buf[3] = 0x3C;