- Fix build

svn path=/branches/usb-bringup-trunk/; revision=55071
This commit is contained in:
Johannes Anderwald 2012-01-22 14:58:19 +00:00
parent f0f22e7bb2
commit 9d6209dc3a

View 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