Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1064
b: refs/heads/master
c: 69b5289
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed May 1, 2005
1 parent 05e8731 commit c931f39
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: 036d618434516103adb4d36db28a57968d2f2e7b
refs/heads/master: 69b528936b702d4c13ffa0d14215a029dc754e50
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ int scsi_dispatch_cmd(struct scsi_cmnd *cmd)
* that the device is no longer present */
cmd->result = DID_NO_CONNECT << 16;
atomic_inc(&cmd->device->iorequest_cnt);
scsi_done(cmd);
__scsi_done(cmd);
/* return 0 (because the command has been processed) */
goto out;
}
Expand Down

0 comments on commit c931f39

Please sign in to comment.