commit | 7ca63cb470f23a197f187afe936d4bf806197d6e | [log] [tgz] |
---|---|---|
author | Douglas Gilbert <dougg@torque.net> | Fri Oct 27 17:47:49 2006 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Nov 09 14:28:01 2006 +0900 |
tree | 530c54ec8418fff6ebd918b486eb2dfde05a1775 | |
parent | 4039c30ef5d9189ff8dc72aaf610d1c933877e20 [diff] |
[SCSI] sg: fix incorrect last scatg length For certain LLDs the sg driver can cause on oops when the transfer length is large and not a multiple of PAGE_SIZE. ChangeLog: - correct the length of the last scatter gather list element. - fix some printk()s that have the wrong function name. Signed-off-by: Douglas Gilbert <dougg@torque.net> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>