diff options
author | Andy Shevchenko <[email protected]> | 2020-11-09 12:56:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-12 09:43:51 +0100 |
commit | cb215da8369cbbbe3b6260b2ca43518f884ddc6b (patch) | |
tree | 50d8233cd24cc82edcc0940f726fc171e511a71f /tools/perf/scripts/python/export-to-postgresql.py | |
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 <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions