]> Git Repo - linux.git/commit - drivers/scsi/qla1280.c
[SCSI] qla1280: convert to use the data buffer accessors
authorJes Sorensen <[email protected]>
Fri, 9 Nov 2007 13:40:41 +0000 (14:40 +0100)
committerJames Bottomley <[email protected]>
Thu, 15 Nov 2007 00:25:44 +0000 (18:25 -0600)
commit5c1da582b3a95123ffb1e70ec7cd60e757c7c8c2
tree33f09734c4e8f8e2ee9a5abb5021c412a96bd911
parent6ee6a2f0258c064bbc64ad97dc195063457ebebe
[SCSI] qla1280: convert to use the data buffer accessors

- 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 <[email protected]>
Signed-off-by: Jes Sorensen <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/qla1280.c
This page took 0.043638 seconds and 4 git commands to generate.