From: Bartlomiej Zolnierkiewicz Date: Tue, 31 Mar 2009 18:15:24 +0000 (+0200) Subject: ide: sanitize ide_build_sglist() and ide_destroy_dmatable() X-Git-Tag: v2.6.30-rc1~418^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f094d4d83bccee9277ddb6aadccf35747889426b;p=pandora-kernel.git ide: sanitize ide_build_sglist() and ide_destroy_dmatable() * Move ide_map_sg() calls out from ide_build_sglist() to ide_dma_prepare(). * Pass command to ide_destroy_dmatable(). * Rename ide_build_sglist() to ide_dma_map_sg() and ide_destroy_dmatable() to ide_dma_unmap_sg(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed