Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53644
b: refs/heads/master
c: b22f687
h: refs/heads/master
v: v3
  • Loading branch information
Pete Wyckoff authored and James Bottomley committed Mar 20, 2007
1 parent 4a908c6 commit f6b83e8
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: a52decafbe3fdca5e8430d4f58ffcec1f4a6302c
refs/heads/master: b22f687dd28a7a8886b918294b4d558ef175c07d
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,8 @@ void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
memcpy(req->sense, cmd->sense_buffer, len);
req->sense_len = len;
}
} else
req->data_len = cmd->resid;
}
req->data_len = cmd->resid;
}

/*
Expand Down

0 comments on commit f6b83e8

Please sign in to comment.