Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193406
b: refs/heads/master
c: 3a278a0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 23, 2010
1 parent 1872609 commit 3464b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: ba0a24e7387bb56425da07ed858ada37896ed36a
refs/heads/master: 3a278a0c65c924950c4744ba451a110998998044
5 changes: 2 additions & 3 deletions trunk/sound/soc/soc-jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
int enable;
int oldstatus;

if (!jack) {
WARN_ON_ONCE(!jack);
if (!jack)
return;
}

codec = jack->card->codec;

mutex_lock(&codec->mutex);
Expand Down

0 comments on commit 3464b8c

Please sign in to comment.