]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: bcm: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 17 Aug 2020 09:16:08 +0000 (14:46 +0530)
committerJassi Brar <jaswinder.singh@linaro.org>
Tue, 13 Oct 2020 02:10:34 +0000 (21:10 -0500)
commit6ca2a83b46349776777ec6b4df5ee9902d2caad3
tree88a83c5483653260f054ca55aab2c62a75668d54
parent9437ce7c6c73f8d8bbd73a13f737a8ebc7d5e755
mailbox: bcm: 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>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/bcm-pdc-mailbox.c