mirror of
https://github.com/acpica/acpica/
synced 2025-01-23 01:42:04 +03:00
fix a few format string issues
date 2001.10.17.20.38.00; author agrover; state Exp;
This commit is contained in:
parent
9df009e169
commit
3b8832aa8c
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslanalyze.c - check for semantic errors
|
||||
* $Revision: 1.46 $
|
||||
* $Revision: 1.47 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -698,7 +698,7 @@ AnMethodAnalysisWalkBegin (
|
||||
{
|
||||
/* Probably was an error in the method declaration, no additional error here */
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%X, No parent method\n", Node));
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%p, No parent method\n", Node));
|
||||
return (AE_ERROR);
|
||||
}
|
||||
|
||||
@ -739,7 +739,7 @@ AnMethodAnalysisWalkBegin (
|
||||
{
|
||||
/* Probably was an error in the method declaration, no additional error here */
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%X, No parent method\n", Node));
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%p, No parent method\n", Node));
|
||||
return (AE_ERROR);
|
||||
}
|
||||
|
||||
@ -782,7 +782,7 @@ AnMethodAnalysisWalkBegin (
|
||||
{
|
||||
/* Probably was an error in the method declaration, no additional error here */
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%X, No parent method\n", Node));
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_WARN, "%p, No parent method\n", Node));
|
||||
return (AE_ERROR);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user