diff options
-rw-r--r-- | arch/s390/kvm/sigp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kvm/sigp.c b/arch/s390/kvm/sigp.c index c6f1c2bc9753..cf243ba3d50f 100644 --- a/arch/s390/kvm/sigp.c +++ b/arch/s390/kvm/sigp.c | |||
@@ -139,6 +139,7 @@ static int __inject_sigp_stop(struct kvm_vcpu *dst_vcpu, int action) | |||
139 | spin_lock(&li->lock); | 139 | spin_lock(&li->lock); |
140 | if (li->action_bits & ACTION_STOP_ON_STOP) { | 140 | if (li->action_bits & ACTION_STOP_ON_STOP) { |
141 | /* another SIGP STOP is pending */ | 141 | /* another SIGP STOP is pending */ |
142 | kfree(inti); | ||
142 | rc = SIGP_CC_BUSY; | 143 | rc = SIGP_CC_BUSY; |
143 | goto out; | 144 | goto out; |
144 | } | 145 | } |