linux/arch/mips/pmcs-msp71xx
Paul Burton 4988154211
MIPS: Remove no-op/identity casts
Clean up instances of casts to the type that a value already has, since
they are effectively no-ops and only serve to complicate the code.

This is the result of the following semantic patch:

  @identitycast@
  type T;
  T *A;
  @@
  -	(T *)(A)
  +	A

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/19599/
2018-08-31 11:49:20 -07:00
..
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
msp_elb.c
msp_eth.c
msp_hwbutton.c
msp_irq_cic.c
msp_irq_per.c
msp_irq_slp.c
msp_irq.c
msp_pci.c
msp_prom.c
msp_serial.c
msp_setup.c
msp_smp.c MIPS: MSP71xx: Include asm/setup.h 2017-09-21 16:15:17 +02:00
msp_time.c
msp_usb.c MIPS: Remove no-op/identity casts 2018-08-31 11:49:20 -07:00
Platform