- Fix compilation of usbdriver with _MULTI_UHCI defined

svn path=/trunk/; revision=42125
This commit is contained in:
Cameron Gutman 2009-07-22 01:47:27 +00:00
parent 1f4bf9180e
commit b63b5ba1fb

View file

@ -667,7 +667,9 @@ uhci_probe(PDRIVER_OBJECT drvr_obj, PUNICODE_STRING reg_path, PUSB_DEV_MANAGER d
}
}
#ifndef _MULTI_UHCI
LBL_LOOPOUT:
#endif
if (pdev)
{
pdev_ext = pdev->DeviceExtension;