From: Alan Stern Date: Wed, 31 Oct 2012 17:09:07 +0000 (-0400) Subject: USB: remove iteration limit in hub_tt_work() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571e41214e988bc38c99d804e6d8e1ea1d016342;p=pandora-kernel.git USB: remove iteration limit in hub_tt_work() This patch (as1621) removes the limit on the number of loops allowed in hub_tt_work(). The value is arbitrary, and it's silly to have a limit in the first place -- anything beyond the limit would not get handled. Besides, it's most unlikely that we'll ever need to clear more than a couple of TT buffers at any time. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed