mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +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
|
// controller reported error
|
||||||
//
|
//
|
||||||
|
DPRINT1("CStatus %x\n", CStatus);
|
||||||
Status = STATUS_UNSUCCESSFUL;
|
Status = STATUS_UNSUCCESSFUL;
|
||||||
PC_ASSERT(FALSE);
|
PC_ASSERT(FALSE);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue