linux/drivers/staging/media
Arushi Singhal c762efd323 [media] staging: media: omap4iss: Replace a bit shift by a use of BIT
This patch replaces bit shifting on 1 with the BIT(x) macro.
This was done with coccinelle:
@@
constant c;
@@

-1 << c
+BIT(c)

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-04-18 12:13:11 -03:00
..
bcm2048 [media] media: bcm2048: fix several macros 2017-04-10 14:44:08 -03:00
cxd2099 staging: media: cxd2099: Format block comments. 2016-10-16 10:26:03 +02:00
davinci_vpfe staging/iio driver patches for 4.11-rc1 2017-02-22 12:14:01 -08:00
lirc [media] staging: lirc_zilog: Clean up tests if NULL returned on failure 2017-04-17 16:58:11 -03:00
omap4iss [media] staging: media: omap4iss: Replace a bit shift by a use of BIT 2017-04-18 12:13:11 -03:00
platform/bcm2835 staging: bcm2835/mmal-vchiq: unlock on error in buffer_from_host() 2017-02-26 17:05:48 +01:00
Kconfig [media] s5p-cec: add cec-notifier support, move out of staging 2017-04-10 13:14:03 -03:00
Makefile [media] s5p-cec: add cec-notifier support, move out of staging 2017-04-10 13:14:03 -03:00