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>
Loading
Please register or sign in to comment