superio/fintek: Improve code formatting

Change-Id: I5ae2a2da1994fcc587540586d7404ebf18eb2ca0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39928
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS
2020-03-30 16:44:54 +02:00
committed by Felix Held
parent 3e666898cd
commit 8dcadc9189
7 changed files with 37 additions and 37 deletions

View File

@ -243,7 +243,7 @@ Device(SUPERIO_DEV) {
/* routine to clear PSIN_FLAG in ACPI_CONTROL_REG_5 of SIO */ /* routine to clear PSIN_FLAG in ACPI_CONTROL_REG_5 of SIO */
Method(CPSI, 0, Serialized) Method(CPSI, 0, Serialized)
{ {
/* DBG0("SIO CPSI")*/ /* DBG0("SIO CPSI") */
ENTER_CONFIG_MODE(SUPERIO_PME_LDN) ENTER_CONFIG_MODE(SUPERIO_PME_LDN)
Store(1, PSIN) Store(1, PSIN)
EXIT_CONFIG_MODE() EXIT_CONFIG_MODE()