staging: comedi: dt2801: Prefer using the BIT macro
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>
Mon, 11 Jan 2016 16:04:28 +0000 (21:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 02:35:16 +0000 (18:35 -0800)
commit65dc15079604b6a96194513f36425b9df6629c79
treed99a2b0eb686f38747677fa640c2b518d6f94ab7
parent948c4db4ee10d85fe78ed3755dcaeb85cd37a148
staging: comedi: dt2801: Prefer using the BIT macro

As suggested by checkpatch.pl, this patch replaces bit shifting on 1 with the
BIT(x) macro.

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dt2801.c