summaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@mips.com>2018-08-31 11:49:20 -0700
committerPaul Burton <paul.burton@mips.com>2018-08-31 11:49:20 -0700
commit4988154211adfd688bf7f3f7eb1691608083a1f9 (patch)
tree6387cfc78cee7f6673b8612fce30b0675ac31627 /init/do_mounts_initrd.c
parent35d017947401d9f449a7e55e52506744e0c62577 (diff)
downloadlinux-4988154211adfd688bf7f3f7eb1691608083a1f9.tar.bz2
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 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions