2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/arch/mips/loongson64
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
..
common MIPS: Loongon64: DMA functions cleanup 2018-08-28 09:47:14 -07:00
fuloong-2e MIPS: Loongon64: DMA functions cleanup 2018-08-28 09:47:14 -07:00
lemote-2f MIPS: Loongon64: DMA functions cleanup 2018-08-28 09:47:14 -07:00
loongson-3 MIPS: Remove no-op/identity casts 2018-08-31 11:49:20 -07:00
Kconfig MIPS: loongson64: use generic dma noncoherent ops 2018-06-24 09:27:27 -07:00
Makefile MIPS: Loongson: Naming style cleanup and rework 2015-06-21 21:53:59 +02:00
Platform MIPS: Loongson-3: Fix build error after ld-version.sh modification 2016-05-09 12:00:03 +02:00