df7b5eaa79eef17dbacedc29b1123c2 parent 3eb76c1ccde496c3c0bfda23d1c803e40b762ce6 author FUJITA Tomonori 1236975373 +0100 committer Bartlomiej Zolnierkiewicz 1236975373 +0100 ide: save the returned value of dma_map_sg dma_map_sg could return a value different to 'nents' argument of dma_map_sg so the ide stack needs to save it for the later usage (e.g. for_each_sg). The ide stack also needs to save the original sg_nents value for pci_unmap_sg. Signed-off-by: FUJITA Tomonori [bart: backport to Linus' tree] Signed-off-by: Bartlomiej Zolnierkiewicz –æ