linux-sg2042/drivers/staging
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
..
android "drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristate 2015-10-13 14:32:36 -07:00
board staging: board: Migrate away from __pm_genpd_name_add_device() 2015-09-09 02:18:25 +02:00
clocking-wizard
comedi Staging: comedi: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
dgap staging: dgap: remove unused configuration 2015-10-12 21:09:47 -07:00
dgnc staging: dgnc: dgnc_driver: Remove useless initialisation 2015-10-16 22:56:23 -07:00
emxx_udc drivers/staging: make emxx_udc.c explicitly non-modular 2015-10-12 21:12:17 -07:00
fbtft Staging: fbtft: fb_ssd1331: Remove unnecessary cast 2015-10-16 22:56:23 -07:00
fsl-mc staging: fsl-mc: remove references to dev_root 2015-10-04 09:55:45 +01:00
ft1000 staging: ft1000: code style cleanup 2015-09-15 06:33:30 -07:00
fwserial
gdm72xx Staging: gdm72xx: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm724x Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
goldfish staging: goldfish: Prefer kernel type u32 over uint32_t 2015-09-12 18:24:38 -07:00
gs_fpgaboot
iio Staging: iio: tsl2x7x_core: Remove unrequired parentheses from DIV_ROUND_UP 2015-10-16 22:48:19 -07:00
lustre Staging: lustre: lproc_ptlrpc: Replace simple_strtol with simple_stroul 2015-10-16 22:38:17 -07:00
media Staging: media: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
most Staging: most: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
mt29f_spinand staging: mt29f_spinand: Export OF module alias information 2015-09-12 18:24:37 -07:00
netlogic staging: netlogic: Remove unnecessary externs 2015-08-14 17:38:15 -07:00
nvec staging: nvec: Remove unnecessary externs 2015-08-14 18:51:56 -07:00
octeon staging: octeon-ethernet: xaui: use common init 2015-10-12 20:52:39 -07:00
octeon-usb staging: octeon-usb: Fix module autoload for OF platform driver 2015-09-12 18:24:37 -07:00
olpc_dcon Staging: olpc_dcon: Remove braces 2015-10-12 21:09:51 -07:00
panel Staging: panel: Replace NULL comparison. 2015-10-04 09:37:23 +01:00
rdma staging: rdma: amso1100: Prefer using BIT Macro 2015-10-16 23:02:55 -07:00
rtl8188eu Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast 2015-10-16 22:51:48 -07:00
rtl8192e Staging: rtl8192e: rtllib_softmac: Remove useless cast 2015-10-16 22:46:48 -07:00
rtl8192u Staging: rtl8192u: ieee80211_rx: Remove unnecessary code 2015-10-16 22:19:04 -07:00
rtl8712 Staging: rtl8712: Coding style warnings fix for block comments 2015-10-16 22:15:57 -07:00
rtl8723au staging: rtl8723au: core: rtw_ap: Remove useless intialisation 2015-10-16 22:10:37 -07:00
rts5208 Staging: rts5208: Coding style warnings fix for block comments 2015-09-21 09:56:50 -07:00
skein Staging: skein: Remove NULL comparison 2015-10-13 14:37:35 -07:00
slicoss Staging: slicoss: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
sm750fb Staging: sm750fb: sm750: Remove irrelevant code 2015-10-16 22:05:40 -07:00
speakup staging: speakup: varhandlers: Remove useless intialisation 2015-10-16 22:56:23 -07:00
ste_rmi4 Staging: ste_rmi4: Remove unnecessary MODULE_ALIAS() 2015-09-12 18:24:38 -07:00
unisys staging: unisys: Remove useless intialisation 2015-10-16 22:59:36 -07:00
vme staging: vme: devices: add spaces around '-' 2015-08-14 18:56:54 -07:00
vt6655 Staging: vt6655: mac: Remove extra braces 2015-10-12 20:54:14 -07:00
vt6656 staging: vt6656: Remove space before closing brace 2015-10-08 10:50:27 +01:00
wilc1000 staging/wilc: fix Kconfig dependencies, second try 2015-10-16 22:03:05 -07:00
wlan-ng staging: wlan-ng: Remove useless initialization 2015-10-16 22:51:48 -07:00
xgifb Staging: xgifb: vb_util: Fixed sparse warning of bit truncation due to cast 2015-10-02 11:36:00 +02:00
Kconfig Changes for 4.3 2015-09-09 08:33:31 -07:00
Makefile Changes for 4.3 2015-09-09 08:33:31 -07:00
staging.c