commit | 3ebb5c9b1056b7eaae3e5dd11b97e2830797e51c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Oct 09 14:06:13 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Oct 09 14:35:59 2011 +0100 |
tree | 547b4a260aa35e58b147ec1f30ab0b41675c2d74 | |
parent | 024dc078558e64e4cebc62c096285430a61dd10e [diff] |
ASoC: Squash error codes from regmap down to -1 on read The ASoC code always uses -1 as the error code due to reporting errors in band with the value. Ensure we don't confuse anything by making sure we don't pass actual error codes back into the rest of the code on read. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>