From: Heiko Carstens Date: Mon, 2 Sep 2013 08:31:11 +0000 (+0200) Subject: s390/kprobes: have more correct if statement in s390_get_insn_slot() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~58^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd05b50fca44be3f96f8a17c5cce778669c29e7;p=pandora-kernel.git s390/kprobes: have more correct if statement in s390_get_insn_slot() When checking the insn address wether it is a kernel image or module address it should be an if-else-if statement not two independent if statements. This doesn't really fix a bug, but matches s390_free_insn_slot(). Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed