From 05a91699292dbb814c37d55da72fd35fa2a686a2 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 7 Oct 2009 01:15:55 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- usb-linux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usb-linux.c') diff --git a/usb-linux.c b/usb-linux.c index 2b7b09214e..77cbf1ba6c 100644 --- a/usb-linux.c +++ b/usb-linux.c @@ -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; -- cgit v1.2.1