summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-12-28 20:37:58 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-28 23:19:27 (GMT)
commit52ca353bc8597dcc1d6d7abc03eecc1b452d79c9 (patch)
tree0655d1933905ea1304186a1777aa3a7a09b1fd4e /arch
parentbeebca312009e9567d5e0229ea6b82bdf9a864cf (diff)
downloadlinux-fsl-qoriq-52ca353bc8597dcc1d6d7abc03eecc1b452d79c9.tar.xz
ASoC: codecs: wm8741: Fix register cache incoherency
The multi-component patch(commit f0fba2ad1) moved the allocation of the register cache from the driver to the ASoC core. Most drivers where adjusted to this, but the wm8741 driver still uses its own register cache for its private functions, while functions from the ASoC core use the generic cache. Thus we end up with two from each other incoherent caches, which can lead to undefined behaviour. This patch fixes the issue by changing the wm8741 driver to use the generic register cache in its private functions. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: Ian Lartey <ian@opensource.wolfsonmicro.com> Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org (for 2.6.37 only)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions