Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120305
b: refs/heads/master
c: 1e297a1
h: refs/heads/master
i:
  120303: 6d66fa7
v: v3
  • Loading branch information
Mark Brown committed Dec 10, 2008
1 parent 0db3480 commit 01132c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f73f2a6a23e34de9cca9672f727694e5af00e6c7
refs/heads/master: 1e297a19252a6792c4479b300020f7f63eeb56ef
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm8903.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ static int wm8903_output_event(struct snd_soc_dapm_widget *w,
break;
default:
BUG();
return -EINVAL; /* Spurious warning from some compilers */
}

switch (w->shift) {
Expand All @@ -403,6 +404,7 @@ static int wm8903_output_event(struct snd_soc_dapm_widget *w,
break;
default:
BUG();
return -EINVAL; /* Spurious warning from some compilers */
}

if (event & SND_SOC_DAPM_PRE_PMU) {
Expand Down

0 comments on commit 01132c4

Please sign in to comment.