staging: comedi: 8255_pci: prefer using the BIT macro
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 8 Oct 2015 20:05:02 +0000 (13:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 04:26:38 +0000 (21:26 -0700)
commit1da661759f5f34f218d4d65c8872d271146d561b
treecbdd105789fe142baee54ec94078e3ab6ec852ef
parent71c01379d1c57c96d833202d6b8128ccffc42665
staging: comedi: 8255_pci: prefer using the BIT macro

As suggested by checkpatch.pl, use the BIT macro to define the
register bits.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/8255_pci.c