Home
last modified time | relevance | path

Searched hist:"41 e85e44edea0ba1a1601ed2a099d236c7f738bf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Datmel_serial.cdiff 41e85e44edea0ba1a1601ed2a099d236c7f738bf Mon Aug 17 03:59:19 CDT 2020 Allen Pais <allen.lkml@gmail.com> tty: atmel_serial: 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>
Link: https://lore.kernel.org/r/20200817085921.26033-3-allen.cryptic@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>