alistair23-linux/drivers/staging/fsl-mc/bus
Janani Ravichandran 2cdb82c7ff staging: fsl-mc: Remove unneeded parentheses
Remove unneeded parentheses on the right hand side of assignment
statements.
Semantic patch:

@@
expression a, b, c;
@@

(
  a = (b == c)
|
  a =
- (
  b
- )
)

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 20:05:35 -08:00
..
dpbp.c
dpmcp-cmd.h
dpmcp.c
dpmcp.h
dpmng-cmd.h
dpmng.c
dprc-cmd.h
dprc-driver.c staging: fsl-mc: Remove unneeded parentheses 2016-02-11 20:05:35 -08:00
dprc.c
irq-gic-v3-its-fsl-mc-msi.c
Kconfig
Makefile
mc-allocator.c staging: fsl-mc: Extended MC bus allocator to include IRQs 2016-02-07 19:10:12 -08:00
mc-bus.c staging: fsl-mc: Added MSI support to the MC bus driver 2016-02-07 19:10:12 -08:00
mc-msi.c
mc-sys.c