From: Alan Stern Date: Fri, 12 May 2006 15:29:04 +0000 (-0400) Subject: [PATCH] UHCI: Eliminate the TD-removal list X-Git-Tag: v2.6.18-rc1~858^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04538a255ac8b404c20cbf15867c9829254c470f;p=pandora-kernel.git [PATCH] UHCI: Eliminate the TD-removal list This patch (as682) gets rid of the TD-removal list in uhci-hcd. It is no longer needed because now TDs are not freed until we know the hardware isn't using them. It also simplifies the code for adding and removing TDs to/from URBs. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed