git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f93af
)
KVM: mmu: change useless int return types to void
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 2 Oct 2013 14:56:13 +0000
(16:56 +0200)
committer
Gleb Natapov
<gleb@redhat.com>
Thu, 3 Oct 2013 12:44:02 +0000
(15:44 +0300)
kvm_mmu initialization is mostly filling in function pointers, there is
no way for it to fail. Clean up unused return values.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
No differences found