[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180129194652.wf7oklunpu2fyoo6@dtor-ws>
Date: Mon, 29 Jan 2018 11:46:52 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Andi Shyti <andi.shyti@...sung.com>
Cc: Simon Shields <simon@...eageos.org>, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org, Andi Shyti <andi@...zian.org>
Subject: Re: [PATCH 6/8] Input: mms114 - Use BIT() macro instead of explicit
shifting
On Mon, Jan 29, 2018 at 08:33:21PM +0900, Andi Shyti wrote:
> Signed-off-by: Andi Shyti <andi.shyti@...sung.com>
Applied, thank you.
> ---
> drivers/input/touchscreen/mms114.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c
> index fdf23bc416af..d70c03adf148 100644
> --- a/drivers/input/touchscreen/mms114.c
> +++ b/drivers/input/touchscreen/mms114.c
> @@ -21,7 +21,7 @@
> /* Write only registers */
> #define MMS114_MODE_CONTROL 0x01
> #define MMS114_OPERATION_MODE_MASK 0xe
> -#define MMS114_ACTIVE (1 << 1)
> +#define MMS114_ACTIVE BIT(1)
>
> #define MMS114_XY_RESOLUTION_H 0x02
> #define MMS114_X_RESOLUTION 0x03
> --
> 2.15.1
>
--
Dmitry
Powered by blists - more mailing lists