Author: cgutman
Date: Fri Sep 30 01:17:33 2011
New Revision: 53898
URL:
http://svn.reactos.org/svn/reactos?rev=53898&view=rev
Log:
[ACPI]
- Remove a couple of debugging changes that were never meant to see the light of day ;)
Modified:
trunk/reactos/drivers/bus/acpi/osl.c
Modified: trunk/reactos/drivers/bus/acpi/osl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/osl.c?rev…
==============================================================================
--- trunk/reactos/drivers/bus/acpi/osl.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/acpi/osl.c [iso-8859-1] Fri Sep 30 01:17:33 2011
@@ -131,7 +131,7 @@
void *
AcpiOsAllocate (ACPI_SIZE size)
{
- //DPRINT("AcpiOsAllocate size %d\n",size);
+ DPRINT("AcpiOsAllocate size %d\n",size);
return ExAllocatePool(NonPagedPool, size);
}
@@ -736,8 +736,6 @@
UINT32 Width)
{
PCI_SLOT_NUMBER slot;
-
- if (1) return AE_ERROR;
slot.u.AsULONG = 0;
slot.u.bits.DeviceNumber = PciId->Device;