qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/7] Unbreak USB autoconnect filters


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 1/7] Unbreak USB autoconnect filters
Date: Wed, 7 Oct 2009 01:15:55 +0200

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.

Signed-off-by: Markus Armbruster <address@hidden>
---
 usb-linux.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/usb-linux.c b/usb-linux.c
index 2b7b092..77cbf1b 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;
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]