linux/kernel/debug/kdb
Colin Ian King fdbdd0ccb3 kdb: remove redundant check for scancode 0xe0
The check for scancode 0xe0 is always false because earlier on
the scan code is masked with 0x7f so there are never going to
be values greater than 0x7f. Remove the redundant check.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
2025-09-20 21:19:09 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
kdb_bp.c kdb: Fix breakpoint enable to be silent if already enabled 2024-11-02 08:41:39 +00:00
kdb_bt.c kdb: Get rid of redundant kdb_curr_task() 2024-06-21 15:49:29 +01:00
kdb_cmds
kdb_debugger.c kdb: Get rid of custom debug heap allocator 2021-07-27 14:46:11 +01:00
kdb_io.c kdb: Replace deprecated strcpy() with memmove() in vkdb_printf() 2025-09-20 19:56:28 +01:00
kdb_keyboard.c kdb: remove redundant check for scancode 0xe0 2025-09-20 21:19:09 +01:00
kdb_main.c kdb: Replace deprecated strcpy() with helper function in kdb_defcmd() 2025-09-20 19:56:28 +01:00
kdb_private.h kdb: Replace deprecated strcpy() with helper function in kdb_defcmd() 2025-09-20 19:56:28 +01:00
kdb_support.c kdb: Replace deprecated strcpy() with helper function in kdb_defcmd() 2025-09-20 19:56:28 +01:00
Makefile kdb: Get rid of broken attempt to print CCVERSION in kdb summary 2019-05-12 09:50:43 +01:00