linux/drivers/staging/vt6656
Amitoj Kaur Chawla 574dddc6d7 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>
2015-10-16 23:05:17 -07:00
..
baseband.c staging: vt6656: Remove space before closing brace 2015-10-08 10:50:27 +01:00
baseband.h
card.c staging: vt6656: Prefer using BIT Macro 2015-10-16 23:05:17 -07:00
card.h
channel.c
channel.h
desc.h
device.h staging: vt6656: implement power saving code. 2015-09-29 04:19:53 +02:00
dpc.c
dpc.h
firmware.c
firmware.h
int.c staging: vt6656: implement power saving code. 2015-09-29 04:19:53 +02:00
int.h
Kconfig
key.c
key.h
mac.c
mac.h
main_usb.c staging: vt6656: don't stop TX queue unless buffer full. 2015-09-29 04:19:54 +02:00
Makefile
power.c staging: vt6656: implement power saving code. 2015-09-29 04:19:53 +02:00
power.h
rf.c
rf.h
rxtx.c staging: vt6656: don't stop TX queue unless buffer full. 2015-09-29 04:19:54 +02:00
rxtx.h
TODO
usbpipe.c staging: vt6656: remove RX complete locking. 2015-09-29 04:19:54 +02:00
usbpipe.h
wcmd.c
wcmd.h