[coreboot-gerrit] Patch merged into coreboot/master: ACPI: Fix IASL Warning about unused method for _S3 check

gerrit at coreboot.org gerrit at coreboot.org
Thu Dec 10 16:33:00 CET 2015


the following patch was just integrated into master:
commit 3e41ee9847f0acd4a57c0c4cb11156eace16fd05
Author: Martin Roth <martinroth at google.com>
Date:   Tue Dec 8 15:24:41 2015 -0700

    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 at google.com>
    Reviewed-on: https://review.coreboot.org/12693
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See https://review.coreboot.org/12693 for details.

-gerrit



More information about the coreboot-gerrit mailing list