]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tty/vt: Use KVAL instead of use bit operation
authorAlexey Gladkov <legion@kernel.org>
Fri, 21 Feb 2025 12:43:52 +0000 (13:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 14:28:44 +0000 (16:28 +0200)
commit366cf0c3af1aac03c2bf08cf4b11f4ab9cba73e4
tree373436b768775ffda4773874c6de0f3916f69dd2
parent7ba4f02e12e6f2409c5b2afae2963089b5673482
tty/vt: Use KVAL instead of use bit operation

The K_HANDLERS always gets KVAL as an argument. It is better to use the
KVAL macro itself instead of bit operation.

Signed-off-by: Alexey Gladkov <legion@kernel.org>
Link: https://lore.kernel.org/r/4f199d90c7f0bc86bcaafd2f25da4cd006adcc80.1740141518.git.legion@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/keyboard.c