public inbox for linux-kernel@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox