Re: [PATCH v2] Input: synaptics_i2c - remove redundant spinlock

2019-02-16 Thread Dmitry Torokhov
On Sun, Feb 17, 2019 at 01:10:53AM -0500, thesve...@gmail.com wrote: > From: Sven Van Asbroeck > > Remove a leftover spinlock. > > This was required back when mod_delayed_work() did not exist, > and had to be implemented with a cancel + queue. See > commit e7c2f967445d ("workqueue: use mod_delay

[PATCH v2] Input: synaptics_i2c - remove redundant spinlock

2019-02-16 Thread thesven73
From: Sven Van Asbroeck Remove a leftover spinlock. This was required back when mod_delayed_work() did not exist, and had to be implemented with a cancel + queue. See commit e7c2f967445d ("workqueue: use mod_delayed_work() instead of __cancel + queue") schedule_delayed_work() and mod_delayed_wo