alistair23-linux/drivers/staging/iio/meter
Shraddha Barke b4d8aceb63 Staging: iio: meter: Prefer using the BIT macro
This patch replaces bit shifting on 1 with the BIT(x) macro

This was done with coccinelle:
@@ int g; @@

-(1 << g)
+BIT(g)

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-09-12 18:24:56 -07:00
..
ade7753.c Staging: iio: meter: Prefer using the BIT macro 2015-09-12 18:24:56 -07:00
ade7753.h
ade7754.c Staging: iio: meter: Prefer using the BIT macro 2015-09-12 18:24:56 -07:00
ade7754.h
ade7758.h
ade7758_core.c Staging: iio: meter: Prefer using the BIT macro 2015-09-12 18:24:56 -07:00
ade7758_ring.c
ade7758_trigger.c
ade7759.c Staging: iio: meter: Prefer using the BIT macro 2015-09-12 18:24:56 -07:00
ade7759.h
ade7854-i2c.c
ade7854-spi.c
ade7854.c Staging: iio: meter: Prefer using the BIT macro 2015-09-12 18:24:56 -07:00
ade7854.h
Kconfig
Makefile
meter.h