staging: rtl8723bs: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Wed, 16 Sep 2020 06:16:30 +0000 (11:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Sep 2020 11:13:00 +0000 (13:13 +0200)
commit780664b64025807b7e74efd6f6c6bc6185ac9fcb
tree2cabe2828276485d1df0545eebfed9b02887b4f3
parent1062aa9e99e6d9190327c86d8685140d621fc439
staging: rtl8723bs: 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>
Link: https://lore.kernel.org/r/20200916061630.57717-1-allen.lkml@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c