ebad0f55465301bfcbd4f119311f63d358c353 parent b504293fe9dc42917a919044f2b672fb361329d0 author Jing Huang 1269021965 -0700 committer James Bottomley 1270995857 -0500 [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 ï