summaryrefslogtreecommitdiffstats
path: root/Documentation/usb
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-16 22:12:35 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 23:05:17 -0700
commit574dddc6d73eedb3177c8db4f61fa7cebcabb128 (patch)
treed95072823cb0d0ea5e1b47f3239754fbd2de8da0 /Documentation/usb
parent17accc46ec6e015a48c5afd281381a33d6b1da16 (diff)
downloadop-kernel-dev-574dddc6d73eedb3177c8db4f61fa7cebcabb128.zip
op-kernel-dev-574dddc6d73eedb3177c8db4f61fa7cebcabb128.tar.gz
staging: vt6656: Prefer using BIT Macro
Replace bit shifting on 1 with the BIT(x) Macro The semantic patch used to find this is: @@ int g; @@ -(1 << g) +BIT(g) Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/usb')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud