IDE: sg chaining support
[deliverable/linux.git] / drivers / ide / mips / au1xxx-ide.c
index aebde49365d16a68b28fdce811a95052c3262e1b..892d08f61dc0b64f3200b7c8ba39c2b9bbc8fbc8 100644 (file)
@@ -296,7 +296,7 @@ static int auide_build_dmatable(ide_drive_t *drive)
                        cur_addr += tc;
                        cur_len -= tc;
                }
-               sg++;
+               sg = sg_next(sg);
                i--;
        }
 
This page took 0.025607 seconds and 5 git commands to generate.