projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ide: fix printk() levels in ide_dump_ata[pi]_error()
[linux-2.6]
/
drivers
/
usb
/
host
/
ohci-mem.c
diff --git
a/drivers/usb/host/ohci-mem.c
b/drivers/usb/host/ohci-mem.c
index
450c7b4
..
2f20d3d
100644
(file)
--- a/
drivers/usb/host/ohci-mem.c
+++ b/
drivers/usb/host/ohci-mem.c
@@
-28,7
+28,6
@@
static void ohci_hcd_init (struct ohci_hcd *ohci)
ohci->next_statechange = jiffies;
spin_lock_init (&ohci->lock);
INIT_LIST_HEAD (&ohci->pending);
- INIT_WORK (&ohci->nec_work, ohci_quirk_nec_worker);
}
/*-------------------------------------------------------------------------*/