mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
Remove debug output I've incidentally added...
svn path=/trunk/; revision=18245
This commit is contained in:
parent
4b42aa47f1
commit
bb46913ed6
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ AcpiCreateDeviceDescriptionString(PUNICODE_STRING DeviceDescription,
|
||||||
{
|
{
|
||||||
PWSTR Buffer;
|
PWSTR Buffer;
|
||||||
|
|
||||||
DPRINT1("'%s', '%s', %ld\n", Node->device.id.hid, "PNP040", RtlCompareMemory(Node->device.id.hid, "PNP040", 6));
|
|
||||||
if (RtlCompareMemory(Node->device.id.hid, "PNP000", 6) == 6)
|
if (RtlCompareMemory(Node->device.id.hid, "PNP000", 6) == 6)
|
||||||
Buffer = L"Programmable interrupt controller";
|
Buffer = L"Programmable interrupt controller";
|
||||||
else if (RtlCompareMemory(Node->device.id.hid, "PNP010", 6) == 6)
|
else if (RtlCompareMemory(Node->device.id.hid, "PNP010", 6) == 6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue