Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/jack' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Dec 9, 2012
2 parents 8df6bf1 + 17665ca commit 2766ee8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/soc/soc-jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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;

Expand Down

0 comments on commit 2766ee8

Please sign in to comment.