From 4f681bfe616feba85cdc60d0a509ead2b56460f9 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 24 Jan 2012 20:49:01 +0000 Subject: [PATCH] [USBEHCI] - Display error status when host controller reports failure svn path=/branches/usb-bringup-trunk/; revision=55149 --- drivers/usb/usbehci_new/hardware.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/usbehci_new/hardware.cpp b/drivers/usb/usbehci_new/hardware.cpp index 82974f7b349..5cde2b9f402 100644 --- a/drivers/usb/usbehci_new/hardware.cpp +++ b/drivers/usb/usbehci_new/hardware.cpp @@ -1028,8 +1028,10 @@ EhciDefferedRoutine( // // controller reported error // + DPRINT1("CStatus %x\n", CStatus); Status = STATUS_UNSUCCESSFUL; PC_ASSERT(FALSE); + return; } //