Silence some debug prints

svn path=/trunk/; revision=62456
This commit is contained in:
Timo Kreuzer 2014-03-08 11:28:21 +00:00
parent b4a3df8d3f
commit 4ff9f64d52
2 changed files with 5 additions and 5 deletions

View file

@ -496,8 +496,8 @@ Bus_PDO_QueryDeviceId(
{
acpi_bus_get_device(DeviceData->AcpiHandle, &Device);
DPRINT1("Device name: %s\n", Device->pnp.device_name);
DPRINT1("Hardware ID: %s\n", Device->pnp.hardware_id);
DPRINT("Device name: %s\n", Device->pnp.device_name);
DPRINT("Hardware ID: %s\n", Device->pnp.hardware_id);
if (strcmp(Device->pnp.hardware_id, "Processor") == 0)
{
@ -755,10 +755,10 @@ Bus_PDO_QueryResources(
}
else
{
DPRINT1("Using _BBN for bus number\n");
DPRINT("Using _BBN for bus number\n");
}
DPRINT1("Found PCI root hub: %d\n", BusNumber);
DPRINT("Found PCI root hub: %d\n", BusNumber);
ResourceListSize = sizeof(CM_RESOURCE_LIST);
ResourceList = (PCM_RESOURCE_LIST)ExAllocatePoolWithTag(PagedPool, ResourceListSize, 'IPCA');

View file

@ -457,7 +457,7 @@ GetProcessorInformation(VOID)
PWCHAR Ptr;
NTSTATUS Status;
DPRINT1("GetProcessorInformation()\n");
DPRINT("GetProcessorInformation()\n");
/* Open the key for CPU 0 */
Status = AcpiRegOpenKey(NULL,