Re: [PATCH] vt: keyboard, use new API for keyboard_tasklet

2021-01-27 Thread Greg Kroah-Hartman
On Sat, Jan 23, 2021 at 10:47:39PM +0100, Emil Renner Berthing wrote: > This converts the keyboard_tasklet to use the new API in > commit 12cc923f1ccc ("tasklet: Introduce new initialization API") > > The new API changes the argument passed to the callback function, but > fortunately the argument

[PATCH] vt: keyboard, use new API for keyboard_tasklet

2021-01-23 Thread Emil Renner Berthing
This converts the keyboard_tasklet to use the new API in commit 12cc923f1ccc ("tasklet: Introduce new initialization API") The new API changes the argument passed to the callback function, but fortunately the argument isn't used so it is straight forward to use DECLARE_TASKLET_DISABLED() rather th