diff options
author | Paul Burton <paul.burton@mips.com> | 2018-08-31 21:49:20 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-08-31 21:49:20 +0300 |
commit | 4988154211adfd688bf7f3f7eb1691608083a1f9 (patch) | |
tree | 6387cfc78cee7f6673b8612fce30b0675ac31627 /arch/mips/loongson64/loongson-3/hpet.c | |
parent | 35d017947401d9f449a7e55e52506744e0c62577 (diff) | |
download | linux-4988154211adfd688bf7f3f7eb1691608083a1f9.tar.xz |
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/
Diffstat (limited to 'arch/mips/loongson64/loongson-3/hpet.c')
0 files changed, 0 insertions, 0 deletions