Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287362
b: refs/heads/master
c: bb1acb2
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Jan 18, 2012
1 parent 8ad7f64 commit 07df3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f9bc894c67dbacae5a6a9875818d2a18a918d18
refs/heads/master: bb1acb2ee038a6c13ee99e0b9fb44dacb4a9de84
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_cdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ int target_emulate_inquiry(struct se_task *task)
}

pr_err("Unknown VPD Code: 0x%02x\n", cdb[2]);
cmd->scsi_sense_reason = TCM_UNSUPPORTED_SCSI_OPCODE;
cmd->scsi_sense_reason = TCM_INVALID_CDB_FIELD;
ret = -EINVAL;

out_unmap:
Expand Down

0 comments on commit 07df3d4

Please sign in to comment.