From: Heiko Carstens Date: Mon, 21 Dec 2009 12:02:24 +0000 (+0100) Subject: kprobes: Fix distinct type warning X-Git-Tag: v2.6.33-rc3~29^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ef6661ce62e26a8c0978e521fab646128a144b;p=pandora-kernel.git 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 Acked-by: Ananth N Mavinakayanahalli Cc: Masami Hiramatsu LKML-Reference: <20091221120224.GA4471@osiris.boeblingen.de.ibm.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed