summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dsinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/dispatcher/dsinit.c')
-rw-r--r--source/components/dispatcher/dsinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsinit.c b/source/components/dispatcher/dsinit.c
index 8957eff40572..aabd30b29448 100644
--- a/source/components/dispatcher/dsinit.c
+++ b/source/components/dispatcher/dsinit.c
@@ -224,7 +224,7 @@ AcpiDsInitializeObjects (
/* Set all init info to zero */
- ACPI_MEMSET (&Info, 0, sizeof (ACPI_INIT_WALK_INFO));
+ memset (&Info, 0, sizeof (ACPI_INIT_WALK_INFO));
Info.OwnerId = OwnerId;
Info.TableIndex = TableIndex;