mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[USBEHCI]
- Display error status when host controller reports failure svn path=/branches/usb-bringup-trunk/; revision=55149
This commit is contained in:
@@ -1028,8 +1028,10 @@ EhciDefferedRoutine(
|
||||
//
|
||||
// controller reported error
|
||||
//
|
||||
DPRINT1("CStatus %x\n", CStatus);
|
||||
Status = STATUS_UNSUCCESSFUL;
|
||||
PC_ASSERT(FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user