[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200413125808.GA3140872@kroah.com>
Date: Mon, 13 Apr 2020 14:58:08 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Oscar Carter <oscar.carter@....com>
Cc: Forest Bond <forest@...ttletooquiet.net>,
devel@...verdev.osuosl.org, Malcolm Priestley <tvboxspy@...il.com>,
linux-kernel@...r.kernel.org,
Colin Ian King <colin.king@...onical.com>
Subject: Re: [PATCH] staging: vt6656: Use BIT() macro instead of bit shift
operator
On Sun, Apr 12, 2020 at 11:33:11AM +0200, Oscar Carter wrote:
> Use the BIT() macro instead of the bit left shift operator. So the code
> is more clear.
>
> It's safe to remove the casting to u16 type because the value obtained
> never exceeds 16 bits. So the casting is unnecessary.
>
> Signed-off-by: Oscar Carter <oscar.carter@....com>
> ---
> drivers/staging/vt6656/card.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
This too did not apply :(
Powered by blists - more mailing lists