Re: [PATCH 01/12] vt: move set_leds to keyboard.c

2021-01-07 Thread Greg KH
On Tue, Jan 05, 2021 at 01:02:28PM +0100, Jiri Slaby wrote: > set_leds and compute_shiftstate are called from a single place in vt.c. > Let's combine these two into vt_set_leds_compute_shiftstate. This allows > for making keyboard_tasklet local in the next patch. > > Signed-off-by: Jiri Slaby Ov

[PATCH 01/12] vt: move set_leds to keyboard.c

2021-01-05 Thread Jiri Slaby
set_leds and compute_shiftstate are called from a single place in vt.c. Let's combine these two into vt_set_leds_compute_shiftstate. This allows for making keyboard_tasklet local in the next patch. Signed-off-by: Jiri Slaby --- drivers/tty/vt/keyboard.c | 11 ++- drivers/tty/vt/vt.c