summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-12-02 13:35:06 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-12-02 13:35:06 +0900
commit81467c332579df104c2f863aca48d5390b9079cd (patch)
tree7b45569e9b24f74228ee33bd339aa2124d017ed4 /sound/soc
parentd7174db6d1459a5154a9209b3cc7761aaa41cb2a (diff)
parent17665ca4412e796b934b7b28bf6525b2849b5fd5 (diff)
Merge remote-tracking branch 'asoc/topic/jack' into asoc-next
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-jack.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
index 1ab5fe04bfcc..e41e14c9565e 100644
--- a/sound/soc/soc-jack.c
+++ b/sound/soc/soc-jack.c
@@ -66,7 +66,6 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
struct snd_soc_dapm_context *dapm;
struct snd_soc_jack_pin *pin;
int enable;
- int oldstatus;
trace_snd_soc_jack_report(jack, mask, status);
@@ -78,8 +77,6 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
mutex_lock(&jack->mutex);
- oldstatus = jack->status;
-
jack->status &= ~mask;
jack->status |= status & mask;