mirror of
https://github.com/acpica/acpica/
synced 2025-02-14 12:34:50 +03:00
date 2001.06.25.22.23.00; author cgreen; state Exp;
This commit is contained in:
parent
946c81b238
commit
ebaa6905ed
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: tbxfroot - Find the root ACPI table (RSDT)
|
||||
* $Revision: 1.43 $
|
||||
* $Revision: 1.44 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -211,7 +211,7 @@ AcpiTbScanMemoryForRsdp (
|
||||
}
|
||||
|
||||
/* Searched entire block, no RSDP was found */
|
||||
DEBUG_PRINTP (ACPI_ERROR,("Searched entire block, no RSDP was found.\n"));
|
||||
DEBUG_PRINTP (ACPI_INFO,("Searched entire block, no RSDP was found.\n"));
|
||||
|
||||
return_PTR (NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user