Skip to content
Commit e555317c authored by Daniel Mack's avatar Daniel Mack Committed by Mark Brown
Browse files

ASoC: fix ak4104 register array access



Don't touch the variable 'reg' to construct the value for the actual SPI
transport. This variable is again used to access the driver's register
cache, and so random memory is overwritten.
Compute the value in-place instead.

Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Cc: stable@kernel.org
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent bb1c0478
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment