Fix build with tracing enabled.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1764,7 +1764,7 @@ UHCI::Interrupt()
|
||||
uint16 status = ReadReg16(UHCI_USBSTS);
|
||||
if ((status & fEnabledInterrupts) == 0) {
|
||||
if (status != 0) {
|
||||
TRACE("discarding not enabled interrupts 0x%08lx\n", status);
|
||||
TRACE("discarding not enabled interrupts 0x%08x\n", status);
|
||||
WriteReg16(UHCI_USBSTS, status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user