diff options
Diffstat (limited to 'drivers/acpi/acpica/dsutils.c')
-rw-r--r-- | drivers/acpi/acpica/dsutils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/dsutils.c b/drivers/acpi/acpica/dsutils.c index 73a5447475f5..4bbdd6c7a3d0 100644 --- a/drivers/acpi/acpica/dsutils.c +++ b/drivers/acpi/acpica/dsutils.c | |||
@@ -560,7 +560,8 @@ acpi_ds_create_operand(struct acpi_walk_state *walk_state, | |||
560 | * indicate this to the interpreter, set the | 560 | * indicate this to the interpreter, set the |
561 | * object to the root | 561 | * object to the root |
562 | */ | 562 | */ |
563 | obj_desc = ACPI_CAST_PTR(union | 563 | obj_desc = |
564 | ACPI_CAST_PTR(union | ||
564 | acpi_operand_object, | 565 | acpi_operand_object, |
565 | acpi_gbl_root_node); | 566 | acpi_gbl_root_node); |
566 | status = AE_OK; | 567 | status = AE_OK; |