- Remove a couple of debugging changes that were never meant to see the light of day ;)

svn path=/trunk/; revision=53898
This commit is contained in:
Cameron Gutman 2011-09-30 01:17:33 +00:00
parent a20f6e3513
commit 2fc7134802

View file

@ -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;