From: Axel Lin Date: Fri, 14 Oct 2011 09:01:59 +0000 (+0800) Subject: ASoC: ad193x: Fix define of AD193X_PLL_INPUT_MASK X-Git-Tag: v3.2-rc1~127^2~1^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3aa7219b15c140fece2ec6b9240fccc3b7a5afd;p=pandora-kernel.git ASoC: ad193x: Fix define of AD193X_PLL_INPUT_MASK Current code defines AD193X_PLL_INPUT_MASK as (~0x6) which is quite different from other MASK defines. To make it consistent with other mask defines, define AD193X_PLL_INPUT_MASK as 0x6 and change the code accordingly. I think this change improves the readability. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed