]> git.baikalelectronics.ru Git - kernel.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)
commitf009eddf6c617363c3ee4b8ecb89d59b70cc405f
tree58cf2b15b48dec690fdd97ddf7b0fb94bfe48d17
parenta8a18728773745c49b15ad867aeaf6c8c175e5ab
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