[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160720213013.GB26006@dtor-ws>
Date: Wed, 20 Jul 2016 14:30:13 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Martin Kepplinger <martink@...teo.de>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: Re: [PATCH 3/4] input: tablet: pegasus_notetaker: Cancel workqueue's
work in suspend()
On Mon, Jul 18, 2016 at 04:29:08PM +0200, Martin Kepplinger wrote:
> Signed-off-by: Martin Kepplinger <martink@...teo.de>
Applied, thank you.
> ---
> drivers/input/tablet/pegasus_notetaker.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/input/tablet/pegasus_notetaker.c b/drivers/input/tablet/pegasus_notetaker.c
> index fdbc5e8..07436c6 100644
> --- a/drivers/input/tablet/pegasus_notetaker.c
> +++ b/drivers/input/tablet/pegasus_notetaker.c
> @@ -377,6 +377,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);
--
Dmitry
Powered by blists - more mailing lists