commit | db4adaa18c8a5419d1db64cb593faa924f3de55a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 26 14:31:15 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri May 09 10:39:48 2025 -0600 |
tree | 705851fe5966192d0a2e8d28302c2b08b31729a4 | |
parent | 679fbed7f748355a48ff4b8468a289f8f7e514bc [diff] |
x86: apl: Correct usage of IS_ENABLED() macro in acpi-pmc-uclass.c This file was using IS_ENABLED() to test for CONFIG flags but omitted the CONFIG_ prefix and so did not work as expected. Signed-off-by: Tom Rini <trini@konsulko.com>