kernel-fxtec-pro1x/drivers/staging/media
Jiayi Ye 1d06bb4e9d staging: remove unneeded parentheses around the right hand side of an assignment
In assignments such as value = (FLASH_CMD_STATUS_REG_READ << 24);, parentheses
are not needed. The Coccinelle semantic patch was used to find cases.

@r@
identifier x;
expression e1, e2;
@@

- x = (e1 << e2);
+ x = e1 << e2;

Signed-off-by: Jiayi Ye <yejiayily@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-27 10:33:06 +08:00
..
bcm2048 [media] radio-bcm2048.c: Fix some checkpatch.pl errors 2014-07-17 20:07:05 -03:00
cxd2099 staging: media: cxd2009: use usleep_range() 2014-10-20 10:29:16 +08:00
davinci_vpfe staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
dt3155v4l [media] be sure that HAS_DMA is enabled for vb2-dma-contig 2014-08-26 18:52:19 -03:00
lirc staging: media: lirc: Use pr_* instead of printk 2014-10-27 10:33:06 +08:00
omap4iss staging: media: ompa4iss: Replace sprintf with snprintf 2014-10-20 10:29:16 +08:00
omap24xx staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
Kconfig [media] as102: promote it out of staging 2014-08-21 15:25:28 -05:00
Makefile [media] as102: promote it out of staging 2014-08-21 15:25:28 -05:00