diff options
Diffstat (limited to 'src/acpi')
-rw-r--r-- | src/acpi/acpigen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acpi/acpigen.c b/src/acpi/acpigen.c index ff04d0f396..99819438f8 100644 --- a/src/acpi/acpigen.c +++ b/src/acpi/acpigen.c @@ -1783,7 +1783,7 @@ void acpigen_write_CPPC_package(const struct cppc_config *config) max = CPPC_MAX_FIELDS_VER_3; break; default: - printk(BIOS_ERR, "ERROR: CPPC version %u is not implemented\n", + printk(BIOS_ERR, "CPPC version %u is not implemented\n", config->version); return; } |