mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
cleanup useless return sentence
This patch cleans up return sentences in the end of void functions. Reported-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Amos Kong <akong@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
This commit is contained in:
parent
58455eb9f2
commit
4d5b97da35
41 changed files with 0 additions and 67 deletions
|
|
@ -1470,8 +1470,6 @@ static void ohci_port_set_status(OHCIState *ohci, int portnum, uint32_t val)
|
|||
|
||||
if (old_state != port->ctrl)
|
||||
ohci_set_interrupt(ohci, OHCI_INTR_RHSC);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static uint64_t ohci_mem_read(void *opaque,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue