From: Nicolin Chen Date: Tue, 6 May 2014 08:41:39 +0000 (+0800) Subject: ASoC: fsl_spdif: Fix incorrect usage of regmap_read() X-Git-Tag: omap-for-v3.16/fixes-rc4~79^2~1^2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b383dc940f4cba6876887ecb47df3082ec925e;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed