Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6aacc3f authored by Heiko Carstens's avatar Heiko Carstens Committed by Christian Borntraeger
Browse files

KVM: s390: remove pointless test_facility(2) check



This evaluates always to 'true'.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: default avatarDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
parent 07197fd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,7 @@ static int kvm_s390_apxa_installed(void)
	u8 config[128];
	int cc;

	if (test_facility(2) && test_facility(12)) {
	if (test_facility(12)) {
		cc = kvm_s390_query_ap_config(config);

		if (cc)