- Don't reinitialize in case of error. Fixes a "DPC > 1 sec" problem related to an infinite loop in usbdriver.

svn path=/trunk/; revision=41416
This commit is contained in:
Aleksey Bragin 2009-06-15 13:48:55 +00:00
parent da98481109
commit 098b2bd1c3

View file

@ -768,9 +768,6 @@ hub_clear_port_feature_completion(PURB purb, PVOID context)
if (port_idx)
hub_check_reset_port_status(pdev, port_idx);
//reinitialize the int request, here to reduce some uncertainty of concurrency
hub_start_int_request(pdev);
}
}
return;