From: Mark Brown Date: Tue, 4 Mar 2014 09:20:56 +0000 (+0800) Subject: ASoC: cx20442: Fix strange indentation X-Git-Tag: firefly_0821_release~176^2~3158^2~37^2~9^5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aaed2a62c2890c098113878c66396403f36c8ea9;p=firefly-linux-kernel-4.4.55.git ASoC: cx20442: Fix strange indentation Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c index d5fd00a64748..1dd250f16a4e 100644 --- a/sound/soc/codecs/cx20442.c +++ b/sound/soc/codecs/cx20442.c @@ -383,8 +383,8 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec) struct cx20442_priv *cx20442 = snd_soc_codec_get_drvdata(codec); if (cx20442->control_data) { - struct tty_struct *tty = cx20442->control_data; - tty_hangup(tty); + struct tty_struct *tty = cx20442->control_data; + tty_hangup(tty); } if (!IS_ERR(cx20442->por)) {