From: Michael Grzeschik Date: Wed, 18 Apr 2012 07:58:23 +0000 (+0200) Subject: isp1760-hcd: move dequeued qtds to the front in qh X-Git-Tag: v3.5-rc1~149^2~328^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb2268001f9553f9ff83416ce3f009c4ab1e089;p=pandora-kernel.git isp1760-hcd: move dequeued qtds to the front in qh Make sure that dequeued urbs get handled first by collect_qtds. To achieve that we better move them up to the head in the qh list. This for instance fixes hanging serial devices, which wait for dequeued urbs to properly close their device node. Signed-off-by: Michael Grzeschik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed