[alsa-devel] [PATCH 4/7] ASoC: arizona: Coding standards, remove unneeded brackets
Charles Keepax
ckeepax at opensource.wolfsonmicro.com
Wed Jul 9 18:41:46 CEST 2014
Signed-off-by: Charles Keepax <ckeepax at opensource.wolfsonmicro.com>
---
sound/soc/codecs/arizona.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c
index 97cc80d..9a369bc 100644
--- a/sound/soc/codecs/arizona.c
+++ b/sound/soc/codecs/arizona.c
@@ -1913,11 +1913,10 @@ int arizona_set_fll(struct arizona_fll *fll, int source,
fll->sync_freq = Fref;
fll->fout = Fout;
- if (Fout) {
+ if (Fout)
arizona_enable_fll(fll);
- } else {
+ else
arizona_disable_fll(fll);
- }
return 0;
}
--
1.7.2.5
More information about the Alsa-devel
mailing list