Re: [PATCH] Staging: vme: vme_pio2: Prefer using the BIT macro

From: Greg KH
Date: Mon Nov 07 2016 - 04:59:49 EST


On Sat, Nov 05, 2016 at 08:31:11PM +0100, Shiva Kerdel wrote:
> Replace all occurences of (1 << x) by BIT(x) in the file vme_pio2.h to
> get rid of checkpatch.pl "check" output "Prefer using the BIT macro".
>
> Signed-off-by: Shiva Kerdel <shiva@xxxxxxxx>
> ---
> drivers/staging/vme/devices/vme_pio2.h | 86 +++++++++++++++++-----------------
> 1 file changed, 43 insertions(+), 43 deletions(-)

Someone else sent this same patch a few days before you did, sorry.

greg k-h