diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-11-14 22:20:16 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-11-14 22:20:16 +0000 |
commit | c2463a8709e5b3a5ce54c09d35b4820a756b0fc5 (patch) | |
tree | 2ffc551e57f0545a17c165d729c1438a26236f60 /source/components/resources/rslist.c | |
parent | 31aa864e8c068201d58aad3a8f82ddb51df11015 (diff) |
Notes
Diffstat (limited to 'source/components/resources/rslist.c')
-rw-r--r-- | source/components/resources/rslist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/resources/rslist.c b/source/components/resources/rslist.c index c5aeb1b91797..a4f1daee1d3b 100644 --- a/source/components/resources/rslist.c +++ b/source/components/resources/rslist.c @@ -241,7 +241,7 @@ AcpiRsConvertResourcesToAml ( /* Perform final sanity check on the new AML resource descriptor */ - Status = AcpiUtValidateResource ( + Status = AcpiUtValidateResource (NULL, ACPI_CAST_PTR (AML_RESOURCE, Aml), NULL); if (ACPI_FAILURE (Status)) { |