commit | 04f8fd176c9c105dc0025486cfab9dc779288b3e | [log] [tgz] |
---|---|---|
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | Tue Jan 11 11:24:02 2011 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jan 11 18:27:08 2011 +0000 |
tree | 550e4d22e47a61e69abe327ad8bcf45d131a9dcd | |
parent | f4fd58d65e05850a80bba4ee3929e3b696fbc5eb [diff] |
ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync() The size of the lzo syncing bitmap was incorrectly set to the size of the cache times the word size, however, the correct size is the size of the cache. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>