From: Alan Stern Date: Wed, 11 Jul 2012 15:21:17 +0000 (-0400) Subject: USB: EHCI: remove unneeded suspend/resume code X-Git-Tag: v3.6-rc1~101^2~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15be105b4a18c461b95fa683907f6da6deae1b75;p=pandora-kernel.git USB: EHCI: remove unneeded suspend/resume code This patch (as1566) removes the code in ehci-hcd's resume routines which tries to restart or cancel any transfers left active while the root hub or controller was asleep. This code isn't necessary, because all URBs are terminated before the root hub is suspended. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed