]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: comedi: fix CHECK: Prefer using the BIT macro issues in pcmmio.c
authorRavishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
Wed, 18 May 2016 04:57:29 +0000 (10:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:55:43 +0000 (20:55 -0700)
commit1694830640d4573e8535dd6798b6f4cf00f680fd
tree31544602024a6f65109d64dc3adb827895272a84
parent9c84ae6b69d29f5f2b2aeb12d701034a20584a7c
Staging: comedi: fix CHECK: Prefer using the BIT macro issues in pcmmio.c

This patch Replace all occurences of (1<<x) by BIT(x) in the file pcmmio.c to
get rid of checkpatch.pl "CHECK" output "Prefer using the BIT macro"

Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmmio.c