diff options
Diffstat (limited to 'source/components/events/evmisc.c')
-rw-r--r-- | source/components/events/evmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/events/evmisc.c b/source/components/events/evmisc.c index 3bfa81c7d6ca..72f671845e00 100644 --- a/source/components/events/evmisc.c +++ b/source/components/events/evmisc.c @@ -181,7 +181,7 @@ AcpiEvQueueNotifyRequest ( ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n", AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), - NotifyValue, AcpiUtGetNotifyName (NotifyValue), Node)); + NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node)); Status = AcpiOsExecute (OSL_NOTIFY_HANDLER, AcpiEvNotifyDispatch, Info); |