Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB HID: avoid flush_scheduled_work()
This patch (as914) replaces a call to flush_scheduled_work() with cancel_work_sync(), in order to help avoid potential deadlocks. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
- Loading branch information