forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/acpi/acpica/dscontrol.c
....@@ -4,7 +4,7 @@
44 * Module Name: dscontrol - Support for execution control opcodes -
55 * if/else/while/return
66 *
7
- * Copyright (C) 2000 - 2018, Intel Corp.
7
+ * Copyright (C) 2000 - 2020, Intel Corp.
88 *
99 *****************************************************************************/
1010
....@@ -85,7 +85,7 @@
8585 walk_state->parser_state.pkg_end;
8686 control_state->control.opcode = op->common.aml_opcode;
8787 control_state->control.loop_timeout = acpi_os_get_timer() +
88
- (u64)(acpi_gbl_max_loop_iterations * ACPI_100NSEC_PER_SEC);
88
+ ((u64)acpi_gbl_max_loop_iterations * ACPI_100NSEC_PER_SEC);
8989
9090 /* Push the control state on this walk's control stack */
9191