提交 aaed2a62 编写于 作者: M Mark Brown

ASoC: cx20442: Fix strange indentation

Signed-off-by: NMark Brown <broonie@linaro.org>
上级 7171511e
...@@ -383,8 +383,8 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec) ...@@ -383,8 +383,8 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec)
struct cx20442_priv *cx20442 = snd_soc_codec_get_drvdata(codec); struct cx20442_priv *cx20442 = snd_soc_codec_get_drvdata(codec);
if (cx20442->control_data) { if (cx20442->control_data) {
struct tty_struct *tty = cx20442->control_data; struct tty_struct *tty = cx20442->control_data;
tty_hangup(tty); tty_hangup(tty);
} }
if (!IS_ERR(cx20442->por)) { if (!IS_ERR(cx20442->por)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册