summaryrefslogtreecommitdiff
path: root/rust/helpers
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-05-07 11:43:37 +0100
committerDaniel Thompson (RISCstar) <danielt@kernel.org>2025-09-20 21:19:09 +0100
commitfdbdd0ccb30af18d3b29e714ac8d5ab6163279e0 (patch)
treea361b8499c5b00c8ad459bb0eac5709613e74857 /rust/helpers
parent0c28a23722e03695ae1cbbadde3dd32d75c1cb7f (diff)
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>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions