Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57024
b: refs/heads/master
c: d116a7b
h: refs/heads/master
v: v3
  • Loading branch information
Ed Lin authored and James Bottomley committed May 16, 2007
1 parent eb47503 commit 4dd67b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69f4a513911455670d3322fb5252b437c0485707
refs/heads/master: d116a7bc6ab4dcf752078daeaf2276f7d7660595
7 changes: 7 additions & 0 deletions trunk/drivers/scsi/stex.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,13 @@ stex_queuecommand(struct scsi_cmnd *cmd, void (* done)(struct scsi_cmnd *))
return 0;
}
break;
case TEST_UNIT_READY:
if (id == host->max_id - 1) {
cmd->result = DID_OK << 16 | COMMAND_COMPLETE << 8;
done(cmd);
return 0;
}
break;
case INQUIRY:
if (id != host->max_id - 1)
break;
Expand Down

0 comments on commit 4dd67b7

Please sign in to comment.