Skip to content

Commit

Permalink
[SCSI] qla1280: convert to use the data buffer accessors
Browse files Browse the repository at this point in the history
- remove the unnecessary map_single path.
- convert to use the new accessors for the sg lists and the parameters.

Fixed to missing initialization of sg lists before calling
for_each_sg() by Jes Sorensen - sg list needs to be initialized before
trying to pull the elements out of it.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Jes Sorensen authored and James Bottomley committed Nov 15, 2007
1 parent 6ee6a2f commit 5c1da58
Showing 1 changed file with 166 additions and 221 deletions.
Loading

0 comments on commit 5c1da58

Please sign in to comment.