diff options
author | Martin Roth <martinroth@google.com> | 2015-12-08 15:24:41 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-10 16:32:56 +0100 |
commit | 3e41ee9847f0acd4a57c0c4cb11156eace16fd05 (patch) | |
tree | 7c6d01a02ce23e9d4d0940c10674e018714489bf /src/mainboard/google/nyan | |
parent | f77516cb6dcc4671938475926d2ee55952cd2eec (diff) |
ACPI: Fix IASL Warning about unused method for _S3 check
According to the ACPI Spec for CondRefOf, the result argument is
optional. In all of these locations, it was getting set but not
used, creating a warning in new versions of IASL. Since it's
an optional argument, just remove it.
dsdt.aml 640: If (CondRefOf (\_S3, Local0))
Warning 3144 - Method Local is set but never used ^ (Local0)
Change-Id: I758d198c33e585a6a4ad2c1c70f2370a01af5138
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12693
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/nyan')
0 files changed, 0 insertions, 0 deletions