ASoC: cx20442: Fix strange indentation
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
7171511eae
commit
aaed2a62c2
1 changed files with 2 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue