linux-sg2042/drivers/staging
Shraddha Barke afc7da6e48 Staging: iio: addac: 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: Jonathan Cameron <jic23@kernel.org>
2015-09-23 20:23:20 +01:00
..
android Staging: android: timed_gpio.c: fix coding style errors 2015-08-05 11:55:44 -07:00
board staging: make board support depend on OF_IRQ and CLKDEV_LOOKUP 2015-07-06 10:06:47 -07:00
clocking-wizard
comedi Merge 4.2-rc6 into staging-next 2015-08-10 09:07:25 -07:00
dgap Staging:dgap :Compression of lines for immediate return 2015-07-31 16:14:53 -07:00
dgnc Staging: dgnc: dgnc_driver.h: remove unnecessary comments 2015-07-31 16:14:53 -07:00
emxx_udc staging: emxx_udc: remove commented code 2015-06-15 21:56:37 -07:00
fbtft Staging: fbtft: Use a struct to describe each LCD controller 2015-08-07 15:10:58 -07:00
fsl-mc staging: fsl-mc: add DPAA2 overview readme 2015-08-07 15:10:58 -07:00
ft1000 staging: ft1000: ft1000-usb: remove unnecessary out of memory warning 2015-07-16 10:15:14 -07:00
fwserial staging: fwserial: fix resource leak 2015-05-31 11:47:57 +09:00
gdm72xx staging: gdm72xx: Fix typos in printk 2015-05-31 11:47:56 +09:00
gdm724x staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
goldfish staging: goldfish: Fix pointer cast for 32 bits 2015-05-31 11:40:14 +09:00
gs_fpgaboot
iio Staging: iio: addac: Prefer using the BIT macro 2015-09-23 20:23:20 +01:00
lustre Merge 4.2-rc6 into staging-next 2015-08-10 09:07:25 -07:00
media Staging driver patches for 4.2-rc1 2015-06-26 15:46:08 -07:00
most staging: most: fix hdm-dim2 build error 2015-08-03 17:39:51 -07:00
mt29f_spinand staging: mt29f_spinand: Remove redundant spi driver bus initialization 2015-07-14 20:01:55 -07:00
netlogic Staging: netlogic: Replace comma with a semicolon 2015-08-05 12:18:01 -07:00
nvec staging: nvec: remove duplicated const 2015-06-17 21:30:40 -07:00
octeon staging: octeon: fix coding style warnings for block comments 2015-08-07 15:10:58 -07:00
octeon-usb
olpc_dcon
panel staging: panel: fix block comment usage 2015-07-31 16:18:43 -07:00
rtl8188eu staging: rtl8188eu: remove multiple blank line 2015-08-07 15:17:59 -07:00
rtl8192e staging: rtl8192e: Rework EEPROM handling code 2015-08-03 17:46:43 -07:00
rtl8192u staging: rtl8192u: r819xU_firmware: fix coding style 2015-08-03 17:48:17 -07:00
rtl8712 staging: rtl8712: change SupportedRates to rates 2015-08-07 15:14:04 -07:00
rtl8723au staging: rtl8723au: rtl8723a_hal_init: Improve code readability 2015-08-07 15:10:58 -07:00
rts5208 Staging: rts5208: Fix code indentation warning as detected by checkpatch.pl 2015-08-03 17:54:04 -07:00
skein Drivers: staging: skein: skein_api: Fixed spelling errors 2015-05-31 10:30:40 +09:00
slicoss staging: slicoss: Add blank line after variable declarations. 2015-07-31 16:14:53 -07:00
sm750fb staging: sm750fb: simplify return 2015-08-07 15:12:54 -07:00
speakup staging: speakup: fix indentation 2015-07-14 20:01:55 -07:00
ste_rmi4 staging: Drop owner assignment from i2c_driver 2015-07-14 20:18:56 -07:00
unisys staging: unisys: visornic: Convert to using napi 2015-08-05 12:16:37 -07:00
vme Staging: vme: remove an unnecessary and wrong warning message 2015-08-07 15:10:58 -07:00
vt6655 Merge 4.2-rc6 into staging-next 2015-08-10 09:07:25 -07:00
vt6656 Merge 4.2-rc3 into staging-next 2015-07-20 13:21:28 -07:00
wilc1000 Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error 2015-08-08 15:22:58 -07:00
wlan-ng Staging driver patches for 4.2-rc1 2015-06-26 15:46:08 -07:00
xgifb staging/xgifb: fix dumpVGAReg compile error if DEBUG is set 2015-07-31 16:14:53 -07:00
Kconfig staging: ozwpan: Remove from tree 2015-08-10 17:00:49 -07:00
Makefile staging: ozwpan: Remove from tree 2015-08-10 17:00:49 -07:00
staging.c