char: ipmi: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Mon, 17 Aug 2020 09:15:57 +0000 (14:45 +0530)
committerCorey Minyard <cminyard@mvista.com>
Tue, 18 Aug 2020 11:04:11 +0000 (06:04 -0500)
commit83dea128567250ee8dee6a5f1f9913f617bfc153
treedf7769bd1dbeeaa0bd31fd0fa63cdec458f1207a
parentfc80c51fd4b23ec007e88d4c688f2cac1b8648e7
char: ipmi: 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>
Message-Id: <20200817091617.28119-3-allen.cryptic@gmail.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c