mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 09:41:48 +00:00
- Fix compilation of usbdriver with _MULTI_UHCI defined
svn path=/trunk/; revision=42125
This commit is contained in:
parent
1f4bf9180e
commit
b63b5ba1fb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue