projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d217d20
)
Fix previous commit
author
Blue Swirl
<blauwirbel@gmail.com>
Sat, 4 Feb 2012 17:29:00 +0000
(17:29 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 4 Feb 2012 17:29:00 +0000
(17:29 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
usb-bsd.c
patch
|
blob
|
history
diff --git
a/usb-bsd.c
b/usb-bsd.c
index 43fd1a15260317a237539c3be5d8ec9fc9a426af..fc722b3cfacc1438184002e4b13dde941529a841 100644
(file)
--- a/
usb-bsd.c
+++ b/
usb-bsd.c
@@
-414,7
+414,7
@@
static TypeInfo usb_host_dev_info = {
.name = "usb-host",
.parent = TYPE_USB_DEVICE,
.instance_size = sizeof(USBHostDevice),
- .class_init = usb_host_initfn,
+ .class_init = usb_host_
class_
initfn,
};
static void usb_host_register_devices(void)