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:
parent
c7afb30a5b
commit
013534f9bc
1 changed files with 6 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue