mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 17:04:21 +03:00
iASL: DT: change disassembly of STAO to match the STAO info tabel
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
This commit is contained in:
parent
c8028b862d
commit
8d4d38050a
@ -410,7 +410,7 @@ AcpiDmDumpStao (
|
||||
Namepath = ACPI_ADD_PTR (char, Table, Offset);
|
||||
StringLength = strlen (Namepath) + 1;
|
||||
|
||||
AcpiDmLineHeader (Offset, StringLength, "Namestring");
|
||||
AcpiDmLineHeader (Offset, StringLength, "Namepath");
|
||||
AcpiOsPrintf ("\"%s\"\n", Namepath);
|
||||
|
||||
/* Point to next namepath */
|
||||
|
Loading…
x
Reference in New Issue
Block a user