diff options
author | Andy Shevchenko | 2020-11-09 12:56:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2020-11-12 09:43:51 +0100 |
commit | cb215da8369cbbbe3b6260b2ca43518f884ddc6b (patch) | |
tree | 50d8233cd24cc82edcc0940f726fc171e511a71f /Makefile | |
parent | 6d2c52a83b926bdfc0e4311041459306eac7c48b (diff) |
vt: keyboard, make use of assign_bit() API
We have for some time the assign_bit() API to replace open coded
if (foo)
set_bit(n, bar);
else
clear_bit(n, bar);
Use this API in VT keyboard library code.
Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20201109105601.47159-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions