Re: [PATCH] ASoC: wm8994: Fix missing break in switch

2018-08-06 Thread Charles Keepax
On Mon, Aug 06, 2018 at 07:14:51AM -0500, Gustavo A. R. Silva wrote: > Add missing break statement in order to prevent the code from falling > through to the default case. > > Cc: sta...@vger.kernel.org > Addresses-Coverity-ID: 115050 ("Missing break in switch") > Reported-by: Valdis Kletnieks >

[PATCH] ASoC: wm8994: Fix missing break in switch

2018-08-06 Thread Gustavo A. R. Silva
Add missing break statement in order to prevent the code from falling through to the default case. Cc: sta...@vger.kernel.org Addresses-Coverity-ID: 115050 ("Missing break in switch") Reported-by: Valdis Kletnieks Signed-off-by: Gustavo A. R. Silva --- sound/soc/codecs/wm8994.c | 2 +- 1 file c