commit | a1b2cc50679c1d2eed44e2885f6178ce907498b7 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Tue May 31 09:25:16 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Jun 02 14:40:43 2011 +0900 |
tree | e30d672493dc63325dc9d92a05ed70e6ec995957 | |
parent | 1222de7c415cfa70f441f836588fd79a3334d4fe [diff] |
dmaengine: shdma: fix a regression: initialise DMA channels for memcpy A recent patch has introduced a regression, where repeating a memcpy DMA test with shdma module unloading between them skips the DMA channel configuration. Fix this regression by always configuring the channel during its allocation. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>