Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: da9052_tsi - remove unused mutex

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Marcus Folkesson and committed by
Dmitry Torokhov
aac21bbb a4d5569e

-1
-1
drivers/input/touchscreen/da9052_tsi.c
··· 26 26 struct da9052 *da9052; 27 27 struct input_dev *dev; 28 28 struct delayed_work ts_pen_work; 29 - struct mutex mutex; 30 29 bool stopped; 31 30 bool adc_on; 32 31 };