Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342926
b: refs/heads/master
c: 2766ee8
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 9, 2012
1 parent b314a5c commit b7f301a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8df6bf1c58f397f8383b99a6003bbc4f721f080f
refs/heads/master: 2766ee82b28947b1411363e6cc471e1338090e99
3 changes: 0 additions & 3 deletions trunk/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 b7f301a

Please sign in to comment.