[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:
committed by
Linus Torvalds
parent
7f7417d67e
commit
cc1d8955cb
@@ -1922,6 +1922,7 @@ static long kvm_dev_ioctl(struct file *filp,
|
|||||||
num_msrs_to_save * sizeof(u32)))
|
num_msrs_to_save * sizeof(u32)))
|
||||||
goto out;
|
goto out;
|
||||||
r = 0;
|
r = 0;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user