[USBHUB]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 22 Jan 2012 14:58:19 +0000 (14:58 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 22 Jan 2012 14:58:19 +0000 (14:58 +0000)
- Fix build

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

drivers/usb/usbhub_new/pdo.c

index fe7e7eb..11acf74 100644 (file)
@@ -433,7 +433,7 @@ USBHUB_PdoQueryDeviceText(
             //
             // does the device provide a text description
             //
             //
             // does the device provide a text description
             //
-            if (ChildDeviceExtension->usTextDescription->Buffer && ChildDeviceExtension->usTextDescription->Length)
+            if (ChildDeviceExtension->usTextDescription.Buffer && ChildDeviceExtension->usTextDescription.Length)
             {
                 //
                 // use device text
             {
                 //
                 // use device text