From: Alan Stern Date: Wed, 29 May 2013 15:33:52 +0000 (-0400) Subject: USB: EHCI: fix regression related to qh_refresh() X-Git-Tag: v3.10-rc5~20^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077f5f1c23b3cf1134c031677497dfb6077e6bdd;p=pandora-kernel.git 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 Reported-and-tested-by: Oleksij Rempel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed