提交 613124ce 编写于 作者: C Charles Keepax 提交者: Mark Brown

ASoC: arizona: Coding standards, remove unneeded brackets

Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 35a730a0
...@@ -1868,11 +1868,10 @@ int arizona_set_fll(struct arizona_fll *fll, int source, ...@@ -1868,11 +1868,10 @@ int arizona_set_fll(struct arizona_fll *fll, int source,
fll->sync_freq = Fref; fll->sync_freq = Fref;
fll->fout = Fout; fll->fout = Fout;
if (Fout) { if (Fout)
arizona_enable_fll(fll); arizona_enable_fll(fll);
} else { else
arizona_disable_fll(fll); arizona_disable_fll(fll);
}
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册