Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256877
b: refs/heads/master
c: e434f1f
h: refs/heads/master
i:
  256875: 5412acd
v: v3
  • Loading branch information
Nicholas Bellinger committed Jul 22, 2011
1 parent c703e1e commit e827bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d814495599354924eb4de84727680564d685ce9e
refs/heads/master: e434f1f182674d775c52869d49f714a2614d1c66
4 changes: 2 additions & 2 deletions trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@ static int transport_generic_cmd_sequencer(
goto out_unsupported_cdb;
}
break;
case 0xa3:
case MAINTENANCE_IN:
if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) {
/* MAINTENANCE_IN from SCC-2 */
/*
Expand Down Expand Up @@ -3395,7 +3395,7 @@ static int transport_generic_cmd_sequencer(
size = READ_POSITION_LEN;
cmd->se_cmd_flags |= SCF_SCSI_CONTROL_NONSG_IO_CDB;
break;
case 0xa4:
case MAINTENANCE_OUT:
if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) {
/* MAINTENANCE_OUT from SCC-2
*
Expand Down

0 comments on commit e827bba

Please sign in to comment.