commit | f7441a791aeaeac2e1f1f71b485d1372016f9285 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | Mon Feb 25 14:24:31 2008 +0100 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 07 12:15:41 2008 -0500 |
tree | 25d5b16e6c9f587d0f841794f382ba6a4dc6cd90 | |
parent | d1e4c9c57c2ed4722795443db22a5d813cd4f0e5 [diff] |
[SCSI] ps3rom: Simplify fill_from_dev_buffer() As we no longer need to calculate the data length of the whole scatterlist, we can abort the loop earlier and coalesce req_len and act_len into one variable, making fill_from_dev_buffer() more similar to fetch_to_dev_buffer(). Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>