commit | 30670539b867d08c1931abd4815699de5887ee58 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Fri Jul 04 23:09:49 2014 +0530 |
committer | Mark Brown <broonie@linaro.org> | Fri Jul 04 19:33:40 2014 +0100 |
tree | a7cb9c796e98e3c55663f82f3473707512b12356 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
spi: au1550: Fix bug in deallocation of memory This patch fixes a bug on the deallocation of memory allocated using request_mem_region, by using release_mem_region instead of release_resource and kfree. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>