[PATCH] USB: fix bug in ohci-hcd.c ohci_restart()
authorDavid Brownell <david-b@pacbell.net>
Wed, 26 Apr 2006 21:39:11 +0000 (14:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 May 2006 06:43:54 +0000 (23:43 -0700)
commit839ab1d4ce4dfd7e6c189391a82c584292488b41
tree052591e6d261b96052367fd9baaa2fcd1ae38d5f
parente515f048c46e457ef61ce9c8b56bd36e825a48a0
[PATCH] USB: fix bug in ohci-hcd.c ohci_restart()

A loop on a power-lost resume path used the wrong index.
I suspect khubd has been working around such bugs.
Noticed by Andreas Mohr <andi@rhlx01.fht-esslingen.de>.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-hcd.c