[NTOS]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 10 Jul 2010 10:34:45 +0000 (10:34 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 10 Jul 2010 10:34:45 +0000 (10:34 +0000)
PnpBusTypeGuidGet : Really return status.
Dedicated to Richard ;)

svn path=/trunk/; revision=47985

reactos/ntoskrnl/io/pnpmgr/pnpmgr.c

index f288d26..c52144e 100644 (file)
@@ -3027,7 +3027,7 @@ PnpBusTypeGuidGet(IN USHORT Index,
     
     /* Release lock and return status */
     ExReleaseFastMutex(&PnpBusTypeGuidList->Lock);
-    return Index;
+    return Status;
 }
 
 NTSTATUS