linux/drivers/staging/rdma
Amitoj Kaur Chawla b49f3b2342 staging: rdma: amso1100: 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:02:55 -07:00
..
amso1100 staging: rdma: amso1100: Prefer using BIT Macro 2015-10-16 23:02:55 -07:00
ehca IB/ehca: fix handling idr_alloc result 2015-10-04 19:50:05 +01:00
hfi1 staging: rdma: hfi1: Prefer using BIT Macro 2015-10-16 23:02:55 -07:00
ipath staging: rdma: ipath: ipath_eeprom: Remove useless intialisation 2015-10-16 23:01:02 -07:00
Kconfig staging/rdma: Kconfig change STAGING_RDMA to be tristate. 2015-09-29 03:42:27 +02:00
Makefile IB/ehca: Deprecate driver, move to staging, schedule deletion 2015-09-11 18:13:35 -04:00