Files
linux/drivers
Sven Van Asbroeck bab4a6cca0 Input: qt2160 - remove redundant spinlock
Remove a spinlock which prevents schedule_delayed_work() and
mod_delayed_work() from executing concurrently.

This was required back when mod_delayed_work() did not exist,
and had to be implemented with a cancel + schedule. See
commit e7c2f96744 ("workqueue: use mod_delayed_work() instead of
__cancel + queue")

schedule_delayed_work() and mod_delayed_work() can now be used
concurrently. So the spinlock is no longer needed.

Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2019-02-16 21:39:42 -08:00
..
2019-01-13 22:35:32 -08:00
2018-10-16 11:13:50 +02:00
2018-10-11 12:12:55 +02:00
2018-12-12 09:39:54 -05:00
2018-12-02 20:55:23 -08:00
2018-10-31 08:54:16 -07:00
2018-10-11 09:16:44 -07:00
2018-12-11 14:23:17 +01:00