mirror of
https://github.com/acpica/acpica/
synced 2025-02-11 11:04:09 +03:00
fixed debug_print issue.
date 2000.08.15.01.32.00; author agrover; state Exp;
This commit is contained in:
parent
e8ff0c2089
commit
b3f1d09209
@ -162,7 +162,7 @@ AcpiEvFindOnePciRootBus (
|
||||
* We are looking for all valid _HID objects.
|
||||
*/
|
||||
|
||||
if (STRNCMP ((INT8 *)&Entry->Name, METHOD_NAME__HID, ACPI_NAME_SIZE) ||
|
||||
if (STRNCMP (&Entry->Name, METHOD_NAME__HID, ACPI_NAME_SIZE) ||
|
||||
(!ObjDesc))
|
||||
{
|
||||
return (AE_OK);
|
||||
@ -476,7 +476,7 @@ AcpiEvAddressSpaceDispatch (
|
||||
|
||||
DEBUG_PRINT ((TRACE_OPREGION | VERBOSE_INFO),
|
||||
("Addrhandler 0x%p (0x%p), Address 0x%p\n",
|
||||
RegionObj->Region.AddrHandler->AddrHandler, Handler, Address));
|
||||
&RegionObj->Region.AddrHandler->AddrHandler, Handler, Address));
|
||||
|
||||
if (!(HandlerDesc->AddrHandler.Flags & ADDR_HANDLER_DEFAULT_INSTALLED))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user