[USBHUB_NEW]

- Fix compilation

svn path=/branches/usb-bringup/; revision=52035
This commit is contained in:
Johannes Anderwald 2011-06-01 08:10:41 +00:00
parent f73caa061d
commit 804a2dc28a

View file

@ -1,4 +1,4 @@
/*
/*
* PROJECT: ReactOS Universal Serial Bus Hub Driver
* LICENSE: GPL - See COPYING in the top level directory
* FILE: drivers/usb/usbhub/fdo.c
@ -254,9 +254,11 @@ DeviceStatusChangeThread(
PWORK_ITEM_DATA WorkItemData;
PORT_STATUS_CHANGE PortStatus;
LONG PortId;
DPRINT1("Entered DeviceStatusChangeThread, Context %x\n", Context);
static LONG failsafe = 0;
DPRINT1("Entered DeviceStatusChangeThread, Context %x\n", Context);
WorkItemData = (PWORK_ITEM_DATA)Context;
DeviceObject = (PDEVICE_OBJECT)WorkItemData->Context;
HubDeviceExtension = (PHUB_DEVICE_EXTENSION)DeviceObject->DeviceExtension;