]> git.proxmox.com Git - mirror_qemu.git/commit
migration/migration.c: Remove superfluous breaks
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Mon, 13 Jul 2020 09:04:38 +0000 (17:04 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Jul 2020 16:15:36 +0000 (18:15 +0200)
commiteb9bd46ff658e05e2c0c71fc308f3b811afa87e1
treee0429337b2d66453688c30e18f79dd3f29dcba86
parent66270a475cb81f24b53c8cc9ccaf152baf6bb10f
migration/migration.c: Remove superfluous breaks

Remove superfluous breaks, as there is a "return" before them.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c