commit | f246d129fe8cec16f088c12185a4e986ef682c02 | [log] [tgz] |
---|---|---|
author | Allen Pais <apais@linux.microsoft.com> | Mon Sep 14 12:59:36 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 14 13:02:38 2020 -0700 |
tree | 33a2e064d3670ea937764bbc774bc4bb8d41fb5a | |
parent | 436b7d950e2fe839d10cae6243744c3efaba6451 [diff] |
net: nixge: 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: David S. Miller <davem@davemloft.net>