Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Add missing break in WM8994 probe

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>

+1
+1
sound/soc/codecs/wm8994.c
··· 2981 2981 wm8994->hubs.dcs_readback_mode = 1; 2982 2982 break; 2983 2983 } 2984 + break; 2984 2985 2985 2986 case WM8958: 2986 2987 wm8994->hubs.dcs_readback_mode = 1;