]> git.proxmox.com Git - mirror_qemu.git/commit
s390x: Drop useless casts
authorEric Blake <eblake@redhat.com>
Wed, 5 Apr 2017 19:47:31 +0000 (14:47 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 31 Jul 2017 22:09:19 +0000 (17:09 -0500)
commit1eaf431077759ed1013a199e913de711ceeb4087
tree069a9825df540e4417542fb2158cac120514a9e2
parent396474a18c63ef2d198955beab1bacb476b2d4d7
s390x: Drop useless casts

An upcoming Coccinelle cleanup script wanted to reformat the casts
present in this file - but on closer look, we don't need the casts
at all because C automatically converts void* to any other pointer.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20170405194741.18956-4-eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
(cherry picked from commit cb55c19a26d6928b445f1bd9394843c9eb60f8ab)
* prereq for 46f5ac2
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/s390x/cpu_models.c