Input: pegasus_notetaker - cancel workqueue's work in suspend()
Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
9d3bef0be5
commit
f32f539441
|
@ -389,6 +389,7 @@ static int pegasus_suspend(struct usb_interface *intf, pm_message_t message)
|
|||
|
||||
mutex_lock(&pegasus->dev->mutex);
|
||||
usb_kill_urb(pegasus->irq);
|
||||
cancel_work_sync(&pegasus->init);
|
||||
mutex_unlock(&pegasus->dev->mutex);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue