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

gerrit at coreboot.org gerrit at coreboot.org
Thu Dec 10 16:31:41 CET 2015


the following patch was just integrated into master:
commit 91d9cbc2fbc62ede85e4eae07c52c43ffe7a4eb3
Author: Martin Roth <martinroth at google.com>
Date:   Tue Dec 8 15:04:23 2015 -0700

    ACPI: Fix IASL Warning about unused method for _OSI 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     22:   if(CondRefOf(\_OSI,Local1))
    Warning  3144 -                           ^
    Method Local is set but never used (Local1)
    
    Change-Id: I07f49ac5a3708838d1c4a7216dfb11acc415c881
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/12692
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list