RDMA/hfi1: Convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Thu, 3 Sep 2020 06:06:34 +0000 (11:36 +0530)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 3 Sep 2020 15:01:52 +0000 (12:01 -0300)
commit55db47d0828c7cba4a9def51e4686da5da7c8a85
tree0e34852b3b79cb99e50f91fafdd342527b994056
parent53c2a706ae78589380d5fa8c2bbaac04136d25f4
RDMA/hfi1: 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.

Link: https://lore.kernel.org/r/20200903060637.424458-3-allen.lkml@gmail.com
Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hfi1/sdma.c