From: Joonyoung Shim Date: Tue, 26 Mar 2013 05:41:05 +0000 (+0900) Subject: ASoC: core: Fix to check return value of snd_soc_update_bits_locked() X-Git-Tag: v3.9-rc7~16^2~1^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eaa6cca1f75e12e4f5ec62cbe887330fe3b5fe9;p=pandora-kernel.git ASoC: core: Fix to check return value of snd_soc_update_bits_locked() It can be 0 or 1 return value of snd_soc_update_bits_locked() when it is success. So just check return value is negative. Signed-off-by: Joonyoung Shim Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed