diff --git a/reactos/drivers/bus/acpi/osl.c b/reactos/drivers/bus/acpi/osl.c index 878e8482380..70985d951bf 100644 --- a/reactos/drivers/bus/acpi/osl.c +++ b/reactos/drivers/bus/acpi/osl.c @@ -131,7 +131,7 @@ AcpiOsGetPhysicalAddress( 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 @@ AcpiOsReadPciConfiguration ( UINT32 Width) { PCI_SLOT_NUMBER slot; - - if (1) return AE_ERROR; slot.u.AsULONG = 0; slot.u.bits.DeviceNumber = PciId->Device;