mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/s390x: Remove superfluous return statements
The "return;" statements at the end of functions do not make much sense, so let's remove them. Cc: Cornelia Huck <cornelia.huck@de.ibm.com> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Cc: Alexander Graf <agraf@suse.de> Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
1063477834
commit
fe02fc5209
2 changed files with 0 additions and 5 deletions
|
@ -1430,7 +1430,6 @@ void subch_device_save(SubchDev *s, QEMUFile *f)
|
|||
}
|
||||
qemu_put_byte(f, s->ccw_fmt_1);
|
||||
qemu_put_byte(f, s->ccw_no_data_cnt);
|
||||
return;
|
||||
}
|
||||
|
||||
int subch_device_load(SubchDev *s, QEMUFile *f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue