From: Christian Borntraeger Date: Wed, 3 Sep 2014 19:17:03 +0000 (+0200) Subject: KVM: s390: get rid of constant condition in ipte_unlock_simple X-Git-Tag: fixes-for-v3.18-merge-window~23^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b331952f1bc2df61c98954e25578629c439e417;p=pandora-kernel.git KVM: s390: get rid of constant condition in ipte_unlock_simple Due to the earlier check we know that ipte_lock_count must be 0. No need to add a useless if. Let's make clear that we are going to always wakeup when we execute that code. Signed-off-by: Christian Borntraeger Acked-by: Heiko Carstens --- Reading git-diff-tree failed