kprobes: Fix distinct type warning
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 21 Dec 2009 12:02:24 +0000 (13:02 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Dec 2009 09:25:31 +0000 (10:25 +0100)
commitc2ef6661ce62e26a8c0978e521fab646128a144b
treed03139549a1bfd627249a4db2e36b788b62462e3
parent0b413e44d64aeac36a096505a40fc2ff470872fa
kprobes: Fix distinct type warning

Every time I see this:

 kernel/kprobes.c: In function 'register_kretprobe':
 kernel/kprobes.c:1038: warning: comparison of distinct pointer types lacks a cast

I'm wondering if something changed in common code and we need to
do something for s390. Apparently that's not the case.
Let's get rid of this annoying warning.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Masami Hiramatsu <mhiramat@redhat.com>
LKML-Reference: <20091221120224.GA4471@osiris.boeblingen.de.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/kprobes.c