Merge tag 'defconfig-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / acpi / acpica / dswexec.c
index 41ba777..f2d2267 100644 (file)
@@ -561,11 +561,10 @@ acpi_status acpi_ds_exec_end_op(struct acpi_walk_state *walk_state)
                                                                op->common.
                                                                node->object,
                                                                NULL);
-                               if ACPI_FAILURE
-                                       (status) {
+                               if (ACPI_FAILURE(status)) {
                                        ACPI_EXCEPTION((AE_INFO, status,
                                                        "While writing to buffer field"));
-                                       }
+                               }
                        }
                        ACPI_FREE(namepath);
                        status = AE_OK;