[PATCH] acpi: cedt: remove unused code
Ivan Hu
ivan.hu at canonical.com
Fri Apr 21 07:21:49 UTC 2023
No function impact.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
src/acpi/cedt/cedt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/acpi/cedt/cedt.c b/src/acpi/cedt/cedt.c
index 0c9cfba9..b12b30b3 100644
--- a/src/acpi/cedt/cedt.c
+++ b/src/acpi/cedt/cedt.c
@@ -56,7 +56,6 @@ static void cedt_chbs_test(
"CEDT CHBS Length must be 0x2000, got "
"0x%" PRIx64 " instead", entry->length);
}
- //fwts_acpi_fixed_value(fw, LOG_LEVEL_HIGH, "CEDT", "CHBS Length", entry->length, 0x2000, passed);
break;
case 1: /* Host Bridge */
if (entry->length != 0x10000) {
@@ -66,7 +65,6 @@ static void cedt_chbs_test(
"CEDT CHBS Length must be 0x10000, got "
"0x%" PRIx64 " instead", entry->length);
}
- //fwts_acpi_fixed_value(fw, LOG_LEVEL_HIGH, "CEDT", "CHBS Length", entry->length, 0x10000, passed);
break;
default:
*passed = false;
--
2.25.1
More information about the fwts-devel
mailing list