Re: [net-next v2 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Karsten Graul
On Wed, 7 Oct 2020 15:42:18 +0530 Allen Pais wrote: > From: Allen Pais > > 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. > Acked-b

[net-next v2 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais 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 Signed-off-by: Allen Pais --- net/smc/smc_cdc