commit | f094d4d83bccee9277ddb6aadccf35747889426b | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 31 20:15:24 2009 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 31 20:15:24 2009 +0200 |
tree | a4cd886f42d6ab13b507c23b08f2064ceba04623 | |
parent | 88b4132e101e60e8fa67996ae3072ab6b71e8500 [diff] |
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 <bzolnier@gmail.com>