Re: [PATCH] input: da9052_tsi: remove unused mutex

From: Dmitry Torokhov
Date: Mon Jan 22 2018 - 12:28:51 EST


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

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