KVM: add missing misc_deregister() on error in kvm_init()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 5 May 2013 12:03:40 +0000 (20:03 +0800)
committerGleb Natapov <gleb@redhat.com>
Sun, 12 May 2013 09:06:24 +0000 (12:06 +0300)
Add the missing misc_deregister() before return from kvm_init()
in the debugfs init error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found