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
Makefile -rw-r--r-- 96 bytes
data_breakpoint.c -rw-r--r-- 2.3 KB

back to top