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:
272b98c
)
ASoC: twl6040: Remove redundant semicolon
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 13 Sep 2013 10:46:17 +0000
(16:16 +0530)
committer
Mark Brown
<broonie@linaro.org>
Mon, 16 Sep 2013 23:47:56 +0000
(
00:47
+0100)
Redundant semicolon removed.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/twl6040.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/twl6040.c
b/sound/soc/codecs/twl6040.c
index 3c79dbb6c32323b36bc974616c5ff1157498f281..35059a242fa4fd3c4d4c96a73e8eb4e50d021c9e 100644
(file)
--- a/
sound/soc/codecs/twl6040.c
+++ b/
sound/soc/codecs/twl6040.c
@@
-246,7
+246,7
@@
static bool twl6040_is_path_unmuted(struct snd_soc_codec *codec,
return priv->dl2_unmuted;
default:
return 1;
- }
;
+ }
}
/*
@@
-1100,7
+1100,7
@@
static void twl6040_mute_path(struct snd_soc_codec *codec, enum twl6040_dai_id i
break;
default:
break;
- }
;
+ }
}
static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute)