Files
android_kernel_xiaomi_sm8450/arch/mips/kernel
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
..
2017-02-13 18:57:34 +00:00
2017-11-03 09:02:30 -07:00
2017-11-03 09:02:30 -07:00
2017-11-03 09:02:30 -07:00
2018-06-24 09:27:27 -07:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2017-01-03 16:34:34 +01:00
2018-01-10 16:47:25 +01:00
2016-05-09 12:00:02 +02:00
2018-07-19 13:58:44 -07:00
2018-06-24 09:26:01 -07:00
2018-08-31 11:49:20 -07:00
2018-08-01 13:20:15 -07:00
2018-08-01 13:20:15 -07:00
2018-08-31 11:49:20 -07:00
2014-05-24 00:07:01 +02:00