mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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
|
@ -786,7 +786,6 @@ static void bt_hci_lmp_connection_request(struct bt_link_s *link)
|
|||
memcpy(¶ms.dev_class, &link->host->class, sizeof(params.dev_class));
|
||||
params.link_type = ACL_LINK;
|
||||
bt_hci_event(hci, EVT_CONN_REQUEST, ¶ms, EVT_CONN_REQUEST_SIZE);
|
||||
return;
|
||||
}
|
||||
|
||||
static void bt_hci_conn_accept_timeout(void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue