remarkable-linux/drivers/staging/media/omap4iss
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
..
iss.c [media] staging: media: omap4iss: mark omap4iss_flush() static 2016-09-19 16:28:05 -03:00
iss.h [media] staging: v4l: omap4iss: Use V4L2 graph PM operations 2016-03-03 12:33:25 -03:00
iss_csi2.c [media] staging: media: omap4iss: Replace a bit shift by a use of BIT 2017-04-18 12:13:11 -03:00
iss_csi2.h
iss_csiphy.c
iss_csiphy.h
iss_ipipe.c [media] staging: media: omap4iss: Replace a bit shift by a use of BIT 2017-04-18 12:13:11 -03:00
iss_ipipe.h
iss_ipipeif.c [media] staging: media: omap4iss: Replace a bit shift by a use of BIT 2017-04-18 12:13:11 -03:00
iss_ipipeif.h
iss_regs.h
iss_resizer.c [media] staging: media: omap4iss: Replace a bit shift by a use of BIT 2017-04-18 12:13:11 -03:00
iss_resizer.h
iss_video.c [media] staging: omap4iss: fix coding style issue 2017-03-03 13:53:35 -03:00
iss_video.h [media] staging/media: convert drivers to use the new vb2_queue dev field 2016-07-08 14:38:31 -03:00
Kconfig
Makefile
TODO