exynos-linux-stable/drivers/input/rmi4
Chuhong Yuan be6995447d Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
commit ba60cf9f78f0d7c8e73c7390608f7f818ee68aa0 upstream.

The driver forgets to destroy workqueue in remove() similarly to what is
done when probe() fails. Add a call to destroy_workqueue() to fix it.

Since unregistration will wait for the work to finish, we do not need to
cancel/flush the work instance in remove().

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20191114023405.31477-1-hslester96@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-11-25 09:51:56 +01:00
..
Kconfig [media] Input: synaptics-rmi4: disallow impossible configuration 2016-09-19 16:24:43 -03:00
Makefile [media] Input: synaptics-rmi4 - add support for F54 diagnostics 2016-08-23 16:33:54 -03:00
rmi_2d_sensor.c Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 2016-03-10 16:04:05 -08:00
rmi_2d_sensor.h Input: synaptics-rmi4 - add device tree support for 2d sensors and F11 2016-03-10 16:04:05 -08:00
rmi_bus.c Merge branch 'akpm' (patches from Andrew) 2016-10-11 17:34:10 -07:00
rmi_bus.h Input: synaptics-rmi4 - add device tree support for RMI4 I2C devices 2016-03-10 16:02:41 -08:00
rmi_driver.c Input: synaptics-rmi4 - fix possible double free 2019-05-16 19:43:44 +02:00
rmi_driver.h [media] Input: synaptics-rmi4 - add support for F54 diagnostics 2016-08-23 16:33:54 -03:00
rmi_f01.c treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
rmi_f11.c Input: synaptics-rmi4 - write config register values to the right offset 2019-05-02 09:32:02 +02:00
rmi_f12.c Merge branch 'next' into for-linus 2016-07-26 12:07:15 -07:00
rmi_f30.c Input: synaptics-rmi4 - add support for F30 2016-03-10 16:04:23 -08:00
rmi_f54.c Input: synaptics-rmi4 - destroy F54 poller workqueue when removing 2019-11-25 09:51:56 +01:00
rmi_i2c.c Input: synaptics-rmi4 - fix error handling in I2C transport driver 2016-10-04 11:52:24 -07:00
rmi_spi.c Input: synaptics-rmi4 - fix error handling in SPI transport driver 2016-10-04 11:52:23 -07:00