projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e2976
)
[NTOS]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 10 Jul 2010 10:34:45 +0000
(10:34 +0000)
committer
Amine 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
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
b/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
index
f288d26
..
c52144e
100644
(file)
--- a/
reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
+++ b/
reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
@@
-3027,7
+3027,7
@@
PnpBusTypeGuidGet(IN USHORT Index,
/* Release lock and return status */
ExReleaseFastMutex(&PnpBusTypeGuidList->Lock);
- return
Index
;
+ return
Status
;
}
NTSTATUS