mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 14:16:31 +00:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5497 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user