From: Alan Stern Date: Wed, 14 Jul 2010 15:03:57 +0000 (-0400) Subject: USB: EHCI: remove dead code in the periodic scheduler X-Git-Tag: v2.6.36-rc1~293^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d8aa462b8a2128a75b96a0134b22f724ca45d1;p=pandora-kernel.git USB: EHCI: remove dead code in the periodic scheduler This patch (as1409) removes some dead code from the ehci-hcd scheduler. Thanks to the previous patch in this series, stream->depth is no longer used. And stream->start and stream->rescheduled apparently have not been used for quite a while, except in some statistics-reporting code that never gets invoked. Signed-off-by: Alan Stern CC: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed