summaryrefslogtreecommitdiff
path: root/bt-vhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'bt-vhci.c')
-rw-r--r--bt-vhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bt-vhci.c b/bt-vhci.c
index 5ab2ab8dbd..ee90f10739 100644
--- a/bt-vhci.c
+++ b/bt-vhci.c
@@ -165,5 +165,5 @@ void bt_vhci_init(struct HCIInfo *info)
s->info->evt_recv = vhci_out_hci_packet_event;
s->info->acl_recv = vhci_out_hci_packet_acl;
- qemu_set_fd_handler(s->fd, vhci_read, 0, s);
+ qemu_set_fd_handler(s->fd, vhci_read, NULL, s);
}