From: Jing Huang Date: Fri, 19 Mar 2010 18:06:05 +0000 (-0700) Subject: [SCSI] bfa: fix the issue of not handling scsi_cmnd sg chaining case X-Git-Tag: v2.6.35-rc1~470^2^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eba0d4c000777ce43012d7fda806b075f6cf877;p=pandora-kernel.git [SCSI] bfa: fix the issue of not handling scsi_cmnd sg chaining case Currently the driver doesn't take into consideraion of possible sg chaining when it walks through the sg list. This is fixed by using the sg_next() which automatically handles the chaining case. Obosolete code is removed as a result of this change. Signed-off-by: Jing Huang Signed-off-by: James Bottomley --- Reading git-diff-tree failed