[USBHUB_NEW]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 22 Jan 2012 23:25:33 +0000 (23:25 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 22 Jan 2012 23:25:33 +0000 (23:25 +0000)
- Fix calling convention of completion routine

svn path=/branches/usb-bringup-trunk/; revision=55082

drivers/usb/usbhub_new/fdo.c

index 0609c2b..a190610 100644 (file)
@@ -435,6 +435,7 @@ DeviceStatusChangeThread(
 }
 
 NTSTATUS
+NTAPI
 StatusChangeEndpointCompletion(
     IN PDEVICE_OBJECT DeviceObject,
     IN PIRP Irp,