From 8fb1f6513e9851f85492fb95d826d20abf678d1a Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 8 Mar 2025 20:57:50 -0600 Subject: [PATCH] soc/intel/cmn/block/cnvi: Add missing parenthesis in ASL code It was accidentally deleted in a recent commit, but missed in review since it is in a comment and not the actual acpigen code. Change-Id: I0d28c2a67579a135e9002eaab9450353e8eec2d5 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/86773 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Sudsgaard --- src/soc/intel/common/block/cnvi/cnvi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/common/block/cnvi/cnvi.c b/src/soc/intel/common/block/cnvi/cnvi.c index e23ada8d8a..88225fe1e8 100644 --- a/src/soc/intel/common/block/cnvi/cnvi.c +++ b/src/soc/intel/common/block/cnvi/cnvi.c @@ -133,7 +133,7 @@ static void cnvw_fill_ssdt(const struct device *dev) * If ((\_SB.PCI0.GBTR() == One)) * { * \_SB.PCI0.BTRK (Zero) - * Sleep (160 + * Sleep (160) * Local2 = One * } * }