diff --git a/reactos/drivers/usb/usbehci/hub_controller.cpp b/reactos/drivers/usb/usbehci/hub_controller.cpp index 7fe6b0185ec..279781f5b2e 100644 --- a/reactos/drivers/usb/usbehci/hub_controller.cpp +++ b/reactos/drivers/usb/usbehci/hub_controller.cpp @@ -1757,7 +1757,7 @@ CHubController::HandleSyncResetAndClearStall( // // failed // - DPRINT1("[USBEHCI] failed to reset pipe %x\n", Status) + DPRINT1("[USBEHCI] failed to reset pipe %x\n", Status); }