]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wireless: mt7601u: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Wed, 7 Oct 2020 10:33:08 +0000 (16:03 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 7 Nov 2020 11:29:07 +0000 (13:29 +0200)
commit7eae05184f3a89b1491061432830416ed71d09e2
tree66f342d29c6346119d3d72b8cb36b4748c205493
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
wireless: mt7601u: 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 <apais@linux.microsoft.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201007103309.363737-3-allen.lkml@gmail.com
drivers/net/wireless/mediatek/mt7601u/dma.c