On Wed, Aug 13, 2014 at 01:00:05PM -0700, Maks Naumov wrote:
> Signed-off-by: Maks Naumov <[email protected]>

Applied, thank you.

> ---
>  drivers/input/touchscreen/edt-ft5x06.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/edt-ft5x06.c 
> b/drivers/input/touchscreen/edt-ft5x06.c
> index 5a6d50c..8857d5b 100644
> --- a/drivers/input/touchscreen/edt-ft5x06.c
> +++ b/drivers/input/touchscreen/edt-ft5x06.c
> @@ -262,7 +262,6 @@ static int edt_ft5x06_register_write(struct 
> edt_ft5x06_ts_data *tsdata,
>       case M06:
>               wrbuf[0] = tsdata->factory_mode ? 0xf3 : 0xfc;
>               wrbuf[1] = tsdata->factory_mode ? addr & 0x7f : addr & 0x3f;
> -             wrbuf[1] = tsdata->factory_mode ? addr & 0x7f : addr & 0x3f;
>               wrbuf[2] = value;
>               wrbuf[3] = wrbuf[0] ^ wrbuf[1] ^ wrbuf[2];
>               return edt_ft5x06_ts_readwrite(tsdata->client, 4,
> -- 
> 1.9.1
> 
> 
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to