mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USBEHCI]
- Display error status when host controller reports failure svn path=/branches/usb-bringup-trunk/; revision=55149
This commit is contained in:
parent
b4447be2c3
commit
4f681bfe61
1 changed files with 2 additions and 0 deletions
|
@ -1028,8 +1028,10 @@ EhciDefferedRoutine(
|
|||
//
|
||||
// controller reported error
|
||||
//
|
||||
DPRINT1("CStatus %x\n", CStatus);
|
||||
Status = STATUS_UNSUCCESSFUL;
|
||||
PC_ASSERT(FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue