commit | 0d44dc59b2b434b29aafeae581d06f81efac7c83 | [log] [tgz] |
---|---|---|
author | Christian Hohnstaedt <chohnstaedt@innominate.com> | Fri Mar 27 15:09:05 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 27 15:09:05 2009 +0800 |
tree | 0613546afc33af9144c7c39266c1aeb708ca6ab7 | |
parent | f4f689933c63e0fbfba62f2a80efb2b424b139ae [diff] |
crypto: ixp4xx - Fix handling of chained sg buffers - keep dma functions away from chained scatterlists. Use the existing scatterlist iteration inside the driver to call dma_map_single() for each chunk and avoid dma_map_sg(). Signed-off-by: Christian Hohnstaedt <chohnstaedt@innominate.com> Tested-By: Karl Hiramoto <karl@hiramoto.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>