projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d5569
)
Input: da9052_tsi - remove unused mutex
author
Marcus Folkesson
<
[email protected]
>
Mon, 22 Jan 2018 17:27:37 +0000
(09:27 -0800)
committer
Dmitry Torokhov
<
[email protected]
>
Tue, 23 Jan 2018 00:28:03 +0000
(16:28 -0800)
Signed-off-by: Marcus Folkesson <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/da9052_tsi.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/da9052_tsi.c
b/drivers/input/touchscreen/da9052_tsi.c
index 5a013bb7bcaddc1626ccfeca3834bb6860ff1ad0..b5dfd5944cc394b6c57d8dd3a8b983d91d19ebb6 100644
(file)
--- 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;
};