mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
* 'for-linus' of git://git.kernel.dk/linux-2.6-block: scsi: fix fall out of sg-chaining patch in qlogicpti
This commit is contained in:
commit
17c0d2a1d5
1 changed files with 1 additions and 0 deletions
|
@ -914,6 +914,7 @@ static inline int load_cmd(struct scsi_cmnd *Cmnd, struct Command_Entry *cmd,
|
|||
ds[i].d_count = sg_dma_len(s);
|
||||
}
|
||||
sg_count -= n;
|
||||
sg = s;
|
||||
}
|
||||
} else {
|
||||
cmd->dataseg[0].d_base = 0;
|
||||
|
|
Loading…
Reference in a new issue