Skip to content

Commit

Permalink
ASoC: Add missing break in WM8994 probe
Browse files Browse the repository at this point in the history
This error would have no effect on current silicon revisions, the fall
through case has the same behaviour.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Mark Brown committed Aug 11, 2011
1 parent 511d8cf commit 280ec8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)
wm8994->hubs.dcs_readback_mode = 1;
break;
}
break;

case WM8958:
wm8994->hubs.dcs_readback_mode = 1;
Expand Down

0 comments on commit 280ec8b

Please sign in to comment.