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

From: Greg KH
Date: Thu Jan 07 2021 - 10:17:48 EST


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 <jslaby@xxxxxxx>

Overall this was:
29 files changed, 70 insertions(+), 333 deletions(-)

nice!

all now queued up, thanks for this work.

greg k-h