[USBEHCI]

- Display error status when host controller reports failure

svn path=/branches/usb-bringup-trunk/; revision=55149
This commit is contained in:
Johannes Anderwald 2012-01-24 20:49:01 +00:00
parent b4447be2c3
commit 4f681bfe61

View file

@ -1028,8 +1028,10 @@ EhciDefferedRoutine(
//
// controller reported error
//
DPRINT1("CStatus %x\n", CStatus);
Status = STATUS_UNSUCCESSFUL;
PC_ASSERT(FALSE);
return;
}
//