On Mon, Aug 17, 2020 at 11:17 AM Allen Pais <allen.cryptic@xxxxxxxxx> wrote: > > From: Allen Pais <allen.lkml@xxxxxxxxx> > > In preparation for unconditionally passing the > struct tasklet_struct pointer to all tasklet > callbacks, switch to using the new tasklet_setup() > and from_tasklet() to pass the tasklet pointer explicitly. > > Signed-off-by: Romain Perier <romain.perier@xxxxxxxxx> > Signed-off-by: Allen Pais <allen.lkml@xxxxxxxxx> > --- > arch/um/drivers/vector_kern.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Anton, can you please review this patch? -- Thanks, //richard