fix usb mis-cleanup after r27162 (#9581)

SVN-Revision: 27243
v19.07.3_mercusys_ac12_duma
Florian Fainelli 13 years ago
parent ca705913cc
commit 6cb3195b40

@ -718,10 +718,11 @@ rescan_all:
* frame counter wraps and EDs with partially retired TDs * frame counter wraps and EDs with partially retired TDs
*/ */
if (likely(HC_IS_RUNNING(admhcd_to_hcd(ahcd)->state))) { if (likely(HC_IS_RUNNING(admhcd_to_hcd(ahcd)->state))) {
if (tick_before(tick, ed->tick)) if (tick_before(tick, ed->tick)) {
skip_ed: skip_ed:
last = &ed->ed_rm_next; last = &ed->ed_rm_next;
continue; continue;
}
#if 0 #if 0
if (!list_empty(&ed->td_list)) { if (!list_empty(&ed->td_list)) {
struct td *td; struct td *td;

Loading…
Cancel
Save