commit | 498b6145b8878c3659dfe57921deb7802196ce43 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Wed Apr 17 13:38:14 2013 -0300 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Aug 05 20:48:13 2013 +0100 |
tree | 70b9364f3ac8827ceb33b4c633df304fe5c6421a | |
parent | 1f8eaff2aa75f8ec662e044deecdc91abc780d60 [diff] |
mtd: nand: pxa3xx: Move buffer release code to its own function Create a function to release the buffer and the dma channel, thus undoing what pxa3xx_nand_init_buff() did. This commit makes the code more readable and will allow to handle non-DMA capable platforms easier. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>