linux/drivers/staging/vt6655
Amitoj Kaur Chawla a8a211c481 staging: vt6655: 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: vt6655: Fixed two lines over 80 characters long 2015-10-02 11:48:15 +02:00
baseband.h
card.c staging: vt6655: Prefer using BIT Macro 2015-10-16 23:05:17 -07:00
card.h
channel.c
channel.h
desc.h staging: vt6655: replace typedef struct tagSRxDesc 2015-09-12 18:24:26 -07:00
device_cfg.h
device_main.c staging: vt6655: device_tx_srv rename pTD 2015-10-04 09:54:51 +01:00
device.h staging: vt6655: device_get_pci_info remove unused pci_read_config_* 2015-09-14 08:50:45 -07:00
dpc.c staging: vt6655: replace typedef struct tagSRxDesc 2015-09-12 18:24:26 -07:00
dpc.h staging: vt6655: replace typedef struct tagSRxDesc 2015-09-12 18:24:26 -07:00
Kconfig
key.c
key.h
mac.c Staging: vt6655: mac: Remove extra braces 2015-10-12 20:54:14 -07:00
mac.h
Makefile
power.c
power.h
rf.c Staging: vt6655: Renamed uRATE to rate 2015-10-12 20:54:14 -07:00
rf.h Staging: vt6655: Renamed uRATE to rate 2015-10-12 20:54:14 -07:00
rxtx.c Staging: vt6655: rxtx: Remove extra parentheses 2015-10-12 20:54:14 -07:00
rxtx.h
srom.c
srom.h
test
tmacro.h
TODO
upc.h