diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2008-02-22 17:00:06 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-03-04 14:57:43 -0800 |
commit | 6d512a80c26d87f8599057c86dc920fbfe0aa3aa (patch) | |
tree | 17971e61a77fa4843a14e0c3cef047bf07b491bd /Documentation/sgi-ioc4.txt | |
parent | 0ed930bffab2ec98ee8f43f579a30755c13dd5ea (diff) |
usb-storage: update earlier scatter-gather bug fix
This patch (as1037) makes a small update to the earlier as1035 patch.
The minimum-length computation shouldn't be done in
usb_stor_access_xfer_buf(), since that routine can be called multiple
times for a single transfer. It should be done in
usb_stor_set_xfer_buf() instead, which gets called only once.
The way it is now isn't really _wrong_, but it isn't really _right_
either. Moving the statement will be an improvement.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/sgi-ioc4.txt')
0 files changed, 0 insertions, 0 deletions