Revert "tty: n_gsm: replace kicktimer with delayed_work"
authorFedor Pchelkin <pchelkin@ispras.ru>
Sat, 8 Oct 2022 11:02:21 +0000 (14:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Nov 2022 03:12:09 +0000 (04:12 +0100)
commit15743ae50e04aa907131e3ae8d66e9a2964ea232
tree293ecd61bebc0a720ef0516bd31a553f70b159e9
parentacdab4cb4ba7e5f94d2b422ebd7bf4bf68178fb2
Revert "tty: n_gsm: replace kicktimer with delayed_work"

This reverts commit c9ab053e56ce13a949977398c8edc12e6c02fc95.

The above commit is reverted as it was a prerequisite for tx_mutex
introduction and tx_mutex has been removed as it does not correctly
work in order to protect tx data.

Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru>
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Reviewed-by: Daniel Starke <daniel.starke@siemens.com>
Link: https://lore.kernel.org/r/20221008110221.13645-3-pchelkin@ispras.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c