We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3185bf8 commit 6b5d7a9Copy full SHA for 6b5d7a9
arch/x86/kvm/i8254.c
@@ -697,6 +697,7 @@ struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags)
697
pit->wq = create_singlethread_workqueue("kvm-pit-wq");
698
if (!pit->wq) {
699
mutex_unlock(&pit->pit_state.lock);
700
+ kvm_free_irq_source_id(kvm, pit->irq_source_id);
701
kfree(pit);
702
return NULL;
703
}
0 commit comments