From: Alan Stern Date: Thu, 31 Aug 2006 18:18:39 +0000 (-0400) Subject: uhci-hcd: fix list access bug X-Git-Tag: v2.6.18-rc6~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db59b464f8708cdba857f16b183cff0b7466d6b5;p=pandora-kernel.git uhci-hcd: fix list access bug When skipping to the last TD of an URB, go to the _last_ entry in the list instead of the _first_ entry (as780). This fixes Bugzilla #6747 and possibly others. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed