[PATCH] KVM: Add missing 'break'
Signed-off-by: Avi Kivity <avi@qumranet.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
7f7417d67e
commit
cc1d8955cb
|
@ -1922,6 +1922,7 @@ static long kvm_dev_ioctl(struct file *filp,
|
|||
num_msrs_to_save * sizeof(u32)))
|
||||
goto out;
|
||||
r = 0;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue