All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: da9052_tsi: remove unused mutex
@ 2018-01-22 15:52 Marcus Folkesson
  2018-01-22 17:28 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Marcus Folkesson @ 2018-01-22 15:52 UTC (permalink / raw)
  To: Support Opensource, Dmitry Torokhov
  Cc: Marcus Folkesson, linux-input, linux-kernel

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 drivers/input/touchscreen/da9052_tsi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/touchscreen/da9052_tsi.c b/drivers/input/touchscreen/da9052_tsi.c
index 5a013bb7bcad..b5dfd5944cc3 100644
--- a/drivers/input/touchscreen/da9052_tsi.c
+++ b/drivers/input/touchscreen/da9052_tsi.c
@@ -26,7 +26,6 @@ struct da9052_tsi {
 	struct da9052 *da9052;
 	struct input_dev *dev;
 	struct delayed_work ts_pen_work;
-	struct mutex mutex;
 	bool stopped;
 	bool adc_on;
 };
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] input: da9052_tsi: remove unused mutex
  2018-01-22 15:52 [PATCH] input: da9052_tsi: remove unused mutex Marcus Folkesson
@ 2018-01-22 17:28 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2018-01-22 17:28 UTC (permalink / raw)
  To: Marcus Folkesson; +Cc: Support Opensource, linux-input, linux-kernel

On Mon, Jan 22, 2018 at 04:52:53PM +0100, Marcus Folkesson wrote:
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

Applied, thank you.

> ---
>  drivers/input/touchscreen/da9052_tsi.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/da9052_tsi.c b/drivers/input/touchscreen/da9052_tsi.c
> index 5a013bb7bcad..b5dfd5944cc3 100644
> --- a/drivers/input/touchscreen/da9052_tsi.c
> +++ b/drivers/input/touchscreen/da9052_tsi.c
> @@ -26,7 +26,6 @@ struct da9052_tsi {
>  	struct da9052 *da9052;
>  	struct input_dev *dev;
>  	struct delayed_work ts_pen_work;
> -	struct mutex mutex;
>  	bool stopped;
>  	bool adc_on;
>  };
> -- 
> 2.15.1
> 

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-22 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 15:52 [PATCH] input: da9052_tsi: remove unused mutex Marcus Folkesson
2018-01-22 17:28 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.