]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
carl9170: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 17 Aug 2020 09:06:24 +0000 (14:36 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Aug 2020 10:21:34 +0000 (13:21 +0300)
commitde7dbc2dbef71aba9331f707e5339874981c2a7f
tree8d12c27a67b0fb247b477beaec33e2df975bd44c
parent48e12d00443761672fbaa2d1d2d036d9e84c77a1
carl9170: convert tasklets to use new tasklet_setup() API

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@gmail.com>
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200817090637.26887-4-allen.cryptic@gmail.com
drivers/net/wireless/ath/carl9170/usb.c