Unbreak USB autoconnect filters
commit05a91699292dbb814c37d55da72fd35fa2a686a2
authorMarkus Armbruster <armbru@redhat.com>
Tue, 6 Oct 2009 23:15:55 +0000 (7 01:15 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 7 Oct 2009 13:54:51 +0000 (7 08:54 -0500)
treea59443be914c13acc085eeab0b3c0adfd25d26eb
parent6a957025eb6c7eabff9c90e0704171d1237c0115
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>
usb-linux.c