diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-06 16:46:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-06 16:46:40 -0700 |
commit | 07342d623b8e1ac9501a36a0da55cbce1117aeaf (patch) | |
tree | 611ac9c9a042ad5a5af247567091db9808ceb5ca /drivers/scsi/scsi.c | |
parent | d4a1a7322c8c6b9899851f8358eb3842c67de6bc (diff) | |
parent | e4862fedbc37a2c242824b100101f8e6e8488748 (diff) |
Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6.git
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 05d2bd075fd..184bcaeaf81 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c @@ -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; } |