mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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:
parent
da98481109
commit
098b2bd1c3
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue