projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- Fill Level field in DEVICE_NODE structure
[reactos.git]
/
reactos
/
drivers
/
bus
/
pci
/
pci.c
diff --git
a/reactos/drivers/bus/pci/pci.c
b/reactos/drivers/bus/pci/pci.c
index
8381543
..
ff31d77
100644
(file)
--- a/
reactos/drivers/bus/pci/pci.c
+++ b/
reactos/drivers/bus/pci/pci.c
@@
-258,7
+258,7
@@
PciCreateInstanceIDString(PUNICODE_STRING InstanceID,
return RtlCreateUnicodeString(InstanceID, L"0001");
}
else
- return RtlCreateUnicodeString(InstanceID, L"
0000
");
+ return RtlCreateUnicodeString(InstanceID, L"");
}