From: Allen Pais <allen.l...@gmail.com> 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 and remove .data field. Signed-off-by: Romain Per...
irq_idx = ATH11K_IRQ_CE0_OFFSET + i; - tasklet_init(&ce_pipe->intr_tq, ath11k_ahb_ce_tasklet, - (unsigned long)ce_pipe); + tasklet_setup(&ce_pipe->intr_tq, ath11k_ahb_ce_tasklet); irq = platform_get_irq_byname(ab->pdev, irq_name[irq_idx]); ret = request_irq(irq, at...
>> > 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.per...@gma...
Re: [PATCH 01/16] wireless: ath5k: convert tasklets to use new tasklet_setup() API Allen PaisThu, 27 Aug 2020 03:47:30 -0700 Previous message View by thread View by date Next message The Mail Archive home b43-dev - all messages ...