projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7171511
)
ASoC: cx20442: Fix strange indentation
author
Mark Brown
<broonie@linaro.org>
Tue, 4 Mar 2014 09:20:56 +0000
(17:20 +0800)
committer
Mark Brown
<broonie@linaro.org>
Fri, 1 Aug 2014 17:25:22 +0000
(18:25 +0100)
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cx20442.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cx20442.c
b/sound/soc/codecs/cx20442.c
index d5fd00a64748097ad1794ed9cc45178c513c6b68..1dd250f16a4e77552cea6ec28642a6d2ea45b093 100644
(file)
--- 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)) {