commit | 65dc15079604b6a96194513f36425b9df6629c79 | [log] [tgz] |
---|---|---|
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | Mon Jan 11 21:34:28 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 18:35:16 2016 -0800 |
tree | d99a2b0eb686f38747677fa640c2b518d6f94ab7 | |
parent | 948c4db4ee10d85fe78ed3755dcaeb85cd37a148 [diff] |
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>