diff options
author | 2018-08-31 11:49:20 -0700 | |
---|---|---|
committer | 2018-08-31 11:49:20 -0700 | |
commit | 4988154211adfd688bf7f3f7eb1691608083a1f9 (patch) | |
tree | 6387cfc78cee7f6673b8612fce30b0675ac31627 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | MIPS: ralink: Add rt3352 SPI_CS1 pinmux (diff) | |
download | wireguard-linux-4988154211adfd688bf7f3f7eb1691608083a1f9.tar.xz wireguard-linux-4988154211adfd688bf7f3f7eb1691608083a1f9.zip |
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 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions