From: Douglas Gilbert Date: Fri, 27 Oct 2006 21:47:49 +0000 (-0400) Subject: [SCSI] sg: fix incorrect last scatg length X-Git-Tag: v2.6.19~86^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca63cb470f23a197f187afe936d4bf806197d6e;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed