mirror of https://github.com/xqemu/xqemu.git
Unbreak USB autoconnect filters
Commit 22f84e73
added a qdev_init() missing on the path through
usb_host_device_open(), but that broke the path through
usb_host_auto_scan(), which already had one. Remove that one.
Patchworks-ID: 35169
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
6a957025eb
commit
05a9169929
|
@ -1396,8 +1396,6 @@ static int usb_host_auto_scan(void *opaque, int bus_num, int addr,
|
|||
dprintf("husb: auto open: bus_num %d addr %d\n", bus_num, addr);
|
||||
|
||||
dev = usb_host_device_open_addr(bus_num, addr, product_name);
|
||||
if (dev)
|
||||
qdev_init(&dev->qdev);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue