commit | 503473ac2a3952e6af254b0769fe788a67d797e5 | [log] [tgz] |
---|---|---|
author | Per Forlin <per.forlin@linaro.org> | Mon Aug 29 13:33:35 2011 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Sep 05 17:11:38 2011 +0530 |
tree | 9b089ea8636b3a8b26a9534b7e1ccf1790c093aa | |
parent | 70a207ad4db2f0c60308b3f32086263c438c67a3 [diff] |
dmaengine/ste_dma40: fix memory leak due to prepared descriptors Prepared descriptors that are not submitted will not be freed. Add prepared descriptor to a list to be able to release them upon dmaengine_terminate_all(). Signed-off-by: Per Forlin <per.forlin@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>