commit | e9b383dc940f4cba6876887ecb47df3082ec925e | [log] [tgz] |
---|---|---|
author | Nicolin Chen <Guangyu.Chen@freescale.com> | Tue May 06 16:41:39 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Jun 09 21:00:23 2014 +0100 |
tree | eb4226ab1f6aabaf150a48e51e51a55f732f7f48 | |
parent | e1d4d3c854f25cff6c6c139588570e124d5e8fa4 [diff] |
ASoC: fsl_spdif: Fix incorrect usage of regmap_read() We should not copy the return value into this val since it's supposed to get the value of the register not the success result of regmap_read(). Thus fix it. Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>