On Sun, May 05, 2013 at 08:03:40PM +0800, Wei Yongjun wrote:
> From: Wei Yongjun <[email protected]>
> 
> Add the missing misc_deregister() before return from kvm_init()
> in the debugfs init error handling case.
> 
> Signed-off-by: Wei Yongjun <[email protected]>
Applied, thanks.

> ---
>  virt/kvm/kvm_main.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
> index f18013f..3eb4d16 100644
> --- a/virt/kvm/kvm_main.c
> +++ b/virt/kvm/kvm_main.c
> @@ -3012,6 +3012,7 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned 
> vcpu_align,
>  
>  out_undebugfs:
>       unregister_syscore_ops(&kvm_syscore_ops);
> +     misc_deregister(&kvm_dev);
>  out_unreg:
>       kvm_async_pf_deinit();
>  out_free:

--
                        Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to