summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/pcie_gpp.c1
-rw-r--r--src/soc/amd/picasso/root_complex.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/pcie_gpp.c b/src/soc/amd/picasso/pcie_gpp.c
index baa9fa3d29..582e1287b7 100644
--- a/src/soc/amd/picasso/pcie_gpp.c
+++ b/src/soc/amd/picasso/pcie_gpp.c
@@ -149,7 +149,6 @@ static void acpigen_write_PRT(const struct device *dev)
acpigen_pop_len();
}
acpigen_pop_len(); /* Package - APIC Routing */
- acpigen_pop_len(); /* End If */
/* Else */
acpigen_write_else();
diff --git a/src/soc/amd/picasso/root_complex.c b/src/soc/amd/picasso/root_complex.c
index c954701f74..292ee20af8 100644
--- a/src/soc/amd/picasso/root_complex.c
+++ b/src/soc/amd/picasso/root_complex.c
@@ -228,8 +228,6 @@ static void acipgen_dptci(void)
dptc_call_alib("TABB", (uint8_t *)(void *)&tablet_mode_input,
sizeof(tablet_mode_input));
- acpigen_pop_len(); /* If */
-
/* Else */
acpigen_write_else();