We are generally interested in those error bits so print them always.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-05-02 13:36:49 +00:00
parent 214cf2d02b
commit 5c3441b4a2
+2 -2
View File
@@ -1713,12 +1713,12 @@ UHCI::Interrupt()
}
if (status & UHCI_USBSTS_HOSTERR) {
TRACE_MODULE("host system error\n");
TRACE_MODULE_ERROR("host system error\n");
acknowledge |= UHCI_USBSTS_HOSTERR;
}
if (status & UHCI_USBSTS_HCPRERR) {
TRACE_MODULE("process error\n");
TRACE_MODULE_ERROR("process error\n");
acknowledge |= UHCI_USBSTS_HCPRERR;
}