Heiko Carstens 5eb8ae503e 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>
2013-09-07 11:58:07 +02:00
..
2013-09-04 17:19:01 +02:00
2012-11-30 15:40:45 +01:00
2013-09-07 11:57:52 +02:00