summaryrefslogtreecommitdiffstats
path: root/src/acpi/acpigen_dsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/acpi/acpigen_dsm.c')
-rw-r--r--src/acpi/acpigen_dsm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acpi/acpigen_dsm.c b/src/acpi/acpigen_dsm.c
index fc53ddff4db3..734fbd5cfb06 100644
--- a/src/acpi/acpigen_dsm.c
+++ b/src/acpi/acpigen_dsm.c
@@ -22,7 +22,6 @@ static void i2c_hid_func0_cb(void *arg)
acpigen_write_if_lequal_op_int(LOCAL2_OP, 0x1);
/* Return (Buffer (One) { 0x3 }) */
acpigen_write_return_singleton_buffer(0x3);
- acpigen_pop_len(); /* Pop : If */
/* Else */
acpigen_write_else();
/* Return (Buffer (One) { 0x0 }) */