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 f45755b commit 3185bf8Copy full SHA for 3185bf8
arch/x86/kvm/i8254.c
@@ -742,7 +742,7 @@ struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags)
742
kvm_unregister_irq_mask_notifier(kvm, 0, &pit->mask_notifier);
743
kvm_unregister_irq_ack_notifier(kvm, &pit_state->irq_ack_notifier);
744
kvm_free_irq_source_id(kvm, pit->irq_source_id);
745
-
+ destroy_workqueue(pit->wq);
746
kfree(pit);
747
return NULL;
748
}
0 commit comments