mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user