]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: Use the BIT() macro instead of left shifting 1
authorsayli karnik <karniksayli1995@gmail.com>
Thu, 15 Sep 2016 20:57:05 +0000 (02:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Sep 2016 08:27:52 +0000 (10:27 +0200)
commite28c631770f7d9f23da832e9fcc930a2bb59ad48
tree58cf2b15b48dec690fdd97ddf7b0fb94bfe48d17
parenta33d506b72b670e2bfb72671b603f8a2054120d4
staging: comedi: Use the BIT() macro instead of left shifting 1

This patch replaces left shifts on 1 with the BIT(x) macro, as suggested
by checkpatch.pl.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_pcidio.c