From: David Hildenbrand Date: Tue, 20 May 2014 15:25:20 +0000 (+0200) Subject: KVM: s390: check the given debug flags, not the set ones X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de3bfc25ab39109883075a75134c37759fa1b93;p=pandora-kernel.git KVM: s390: check the given debug flags, not the set ones This patch fixes a minor bug when updating the guest debug settings. We should check the given debug flags, not the already set ones. Doesn't do any harm but too many (for now unused) flags could be set internally without error. Signed-off-by: David Hildenbrand Reviewed-by: Christian Borntraeger --- Reading git-diff-tree failed