[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220221110000.GD3965@kadam>
Date: Mon, 21 Feb 2022 14:00:00 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Moses Christopher Bollavarapu <mosescb.dev@...il.com>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8192e: use BIT macro instead of left shifting
On Sat, Feb 19, 2022 at 07:32:34PM +0100, Moses Christopher Bollavarapu wrote:
> There is a BIT(nr) macro available in vdso/bits.h
> which is doing the same left shift operation
>
> Example: (1 << 7) == BIT(7)
>
> Signed-off-by: Moses Christopher Bollavarapu <mosescb.dev@...il.com>
> ---
Reviewed-by: Dan Carpenter <dan.carpenter@...cle.com>
regards,
dan carpenter
Powered by blists - more mailing lists