soc/intel/cmn/cnvi: Move "double" comment

Have two comments, then two blocks of code makes it hard to read.
Seperate them.

Change-Id: I32d6b7c389f64305e8357f52b063628cd99816d6
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86196
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2025-01-28 16:44:16 +00:00
commit 013534f9bc

View file

@ -162,10 +162,6 @@ static void cnvw_fill_ssdt(const struct device *dev)
* }
* }
*
* Name (_PRR, Package (0x01)
* {
* WRST
* })
*/
acpigen_write_power_res("WRST", 5, 0, NULL, 0);
{
@ -280,6 +276,12 @@ static void cnvw_fill_ssdt(const struct device *dev)
}
acpigen_write_power_res_end();
/*
* Name (_PRR, Package (0x01)
* {
* WRST
* })
*/
acpigen_write_name("_PRR");
{
acpigen_write_package(1);