[S390] Replace ENOTSUPP usage with EOPNOTSUPP
[firefly-linux-kernel-4.4.55.git] / arch / s390 / kvm / interrupt.c
index 43486c2408e1c571c1b933d1105f23dd06e2e2db..da20c3df3ec12fb14ea6bc7d60803dd9e9d3849e 100644 (file)
@@ -342,7 +342,7 @@ int kvm_s390_handle_wait(struct kvm_vcpu *vcpu)
        if (psw_interrupts_disabled(vcpu)) {
                VCPU_EVENT(vcpu, 3, "%s", "disabled wait");
                __unset_cpu_idle(vcpu);
-               return -ENOTSUPP; /* disabled wait */
+               return -EOPNOTSUPP; /* disabled wait */
        }
 
        if (psw_extint_disabled(vcpu) ||