commit | 5eb8ae503e13c6eee3545e3e3be986db000ae8c2 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Fri Sep 06 19:16:14 2013 +0200 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Sat Sep 07 11:58:07 2013 +0200 |
tree | 3afd3870cd35c5ffdf54481732cc6253a189f2a7 | |
parent | 63df41d663fc27e96571bfea86d3f9ee81289e07 [diff] |
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>