Commits
Heiko Carstens committed 5eb8ae503e1
s390/ftrace: avoid pointer arithmetics with function pointers Pointer arithmetics with function pointers is not really defined, but seems to do the right thing. Let's cast to a void pointer to have a defined behaviour, at least when using gcc. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>