mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOS]
PnpBusTypeGuidGet : Really return status. Dedicated to Richard ;) svn path=/trunk/; revision=47985
This commit is contained in:
@@ -3027,7 +3027,7 @@ PnpBusTypeGuidGet(IN USHORT Index,
|
||||
|
||||
/* Release lock and return status */
|
||||
ExReleaseFastMutex(&PnpBusTypeGuidList->Lock);
|
||||
return Index;
|
||||
return Status;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user