[PATCH] USB: fix osdl bugid 2006 (timer init and fault paths)
commit9b9f631e788757f7e2ef7429142c754a904c5b1a
authorDavid Brownell <david-b@pacbell.net>
Thu, 25 Mar 2004 08:06:44 +0000 (25 00:06 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 25 Mar 2004 08:06:44 +0000 (25 00:06 -0800)
tree1c05f6355e82a288369843c1166273f3dee5875e
parentff256570599238cfaaafb7e147e0d971209ce234
[PATCH] USB: fix osdl bugid 2006 (timer init and fault paths)

Need to initialize timers a bit earlier to handle
certain initialization faults.

OSDL bug 2006

Need to initialize some timers a bit earlier to clean up safely
after very early init HCD failures.

Those early init faults were needlessly mysterious since they
didn't emit diagnostics except at HCD discretion.
drivers/usb/core/hcd-pci.c
drivers/usb/host/ehci-hcd.c