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:
Linus Torvalds 2008-09-29 08:07:04 -07:00
Родитель 3c1370a3f6 7e6cfb54b1
Коммит 17c0d2a1d5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;