git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63df41d
)
s390/ftrace: avoid pointer arithmetics with function pointers
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Fri, 6 Sep 2013 17:16:14 +0000
(19:16 +0200)
committer
Heiko Carstens
<heiko.carstens@de.ibm.com>
Sat, 7 Sep 2013 09:58:07 +0000
(11:58 +0200)
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>
No differences found