mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
ieee1394: sbp2: prepare for s/g chaining
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
dd430ca20c
commit
8c4ac0949f
@ -1489,7 +1489,7 @@ static void sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb,
|
||||
|
||||
/* loop through and fill out our SBP-2 page tables
|
||||
* (and split up anything too large) */
|
||||
for (i = 0, sg_count = 0 ; i < count; i++, sgpnt++) {
|
||||
for (i = 0, sg_count = 0; i < count; i++, sgpnt = sg_next(sgpnt)) {
|
||||
sg_len = sg_dma_len(sgpnt);
|
||||
sg_addr = sg_dma_address(sgpnt);
|
||||
while (sg_len) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user