USB: EHCI: fix regression related to qh_refresh()
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 29 May 2013 15:33:52 +0000 (11:33 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:20:04 +0000 (21:20 +0900)
commit077f5f1c23b3cf1134c031677497dfb6077e6bdd
treea3f020d8d6479280cdbfccbf931f70079e74304e
parente2e2f0ea1c935edcf53feb4c4c8fdb4f86d57dd9
USB: EHCI: fix regression related to qh_refresh()

This patch adds some code that inadvertently got left out of commit
c1fdb68e3d73741630ca16695cf9176c233be7ed (USB: EHCI: changes related
to qh_refresh()).  The calls to qh_refresh() and qh_link_periodic()
were taken out of qh_schedule(); therefore it is necessary to call
these routines manually after calling qh_schedule().

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reported-and-tested-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-sched.c