From: Padmavathi Venna Date: Thu, 20 Nov 2014 10:03:17 +0000 (+0530) Subject: ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~12^5~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2de1d20a05d8691cb1889c859de2ab56938b82a;p=pandora-kernel.git ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk() In the i2s_set_sysclk() callback we are currently clearing all bits of the IISMOD register in i2s_set_sysclk. It's due to an incorrect mask used for the AND operation which is introduced in commit a5a56871f804edac93a53b5e871c0e9818fb9033 (ASoC: samsung: add support for exynos7 I2S controller) and also adds the missing break statement. Signed-off-by: Sylwester Nawrocki Signed-off-by: Padmavathi Venna Signed-off-by: Mark Brown --- Reading git-diff-tree failed