s390x: Drop useless casts
authorEric Blake <eblake@redhat.com>
Wed, 5 Apr 2017 19:47:31 +0000 (14:47 -0500)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 21 Apr 2017 07:32:09 +0000 (09:32 +0200)
commitcb55c19a26d6928b445f1bd9394843c9eb60f8ab
tree1d65b658f2bcdacc4696de10abf9607c12a63895
parentdde522bbc5feb2862afb243bb49c590fe65dce66
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>
target/s390x/cpu_models.c