aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/x86/acpi_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/acpi_device.c b/src/arch/x86/acpi_device.c
index ce31dc8e21..2982999fe5 100644
--- a/src/arch/x86/acpi_device.c
+++ b/src/arch/x86/acpi_device.c
@@ -498,10 +498,10 @@ static void acpi_dp_write_value(const struct acpi_dp *prop)
acpigen_write_integer(prop->integer);
break;
case ACPI_DP_TYPE_STRING:
+ case ACPI_DP_TYPE_CHILD:
acpigen_write_string(prop->string);
break;
case ACPI_DP_TYPE_REFERENCE:
- case ACPI_DP_TYPE_CHILD:
acpigen_emit_namestring(prop->string);
break;
case ACPI_DP_TYPE_ARRAY: