Revision 924f41e52fd10f6e573137eef1afea9e9ad09212 authored by Gustavo A. R. Silva on 04 June 2021, 05:06:13 UTC, committed by Alex Deucher on 08 June 2021, 18:04:46 UTC
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a break statement instead of letting the code fall
through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent c247c02
History
File Mode Size
Kconfig -rw-r--r-- 291 bytes
Makefile -rw-r--r-- 125 bytes
ac97c.c -rw-r--r-- 21.9 KB
ac97c.h -rw-r--r-- 1.9 KB

back to top