]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: comedi: Prefer using the BIT macro issue in das16.c
authorRavishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
Mon, 6 Jun 2016 11:01:18 +0000 (16:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 04:12:47 +0000 (21:12 -0700)
commitc93bfe6e62d2ab3954b4d4af26184b0311b40aa4
treead7a872a735a420e744b688d643020fcd838f82a
parent995b850ea84e560ba91746c7b101c6d48ab595c6
Staging: comedi: Prefer using the BIT macro issue in das16.c

This patch Replace all occurences of (1<<x) by BIT(x) in the file das16.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/das16.c