diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-05 10:36:45 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-08 09:46:16 +0000 |
commit | 88607a4b1002ed6acc7f316f274feea2fd861095 (patch) | |
tree | e004c85f36109da78872b88875d4f0ea1c30aaff /src/ec/roda/it8518 | |
parent | d9169f826a3c19a7380a7d73c7126e52eb62e77d (diff) |
src: Use tabs for indentation
Change-Id: I6b40aaf5af5d114bbb0cd227dfd50b0ee19eebba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28934
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/roda/it8518')
-rw-r--r-- | src/ec/roda/it8518/acpi/ec.asl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ec/roda/it8518/acpi/ec.asl b/src/ec/roda/it8518/acpi/ec.asl index e0639e2590..94b00ce067 100644 --- a/src/ec/roda/it8518/acpi/ec.asl +++ b/src/ec/roda/it8518/acpi/ec.asl @@ -146,12 +146,12 @@ Device (EC0) { Store ("-----> EC: _Q43", Debug) - Store (BRIG, Local0) - Increment (Local0) - If (LGreater (Local0, 0xAA)) { + Store (BRIG, Local0) + Increment (Local0) + If (LGreater (Local0, 0xAA)) { Store (0xAA, Local0) - } - Store (Local0, BRIG) + } + Store (Local0, BRIG) \_SB.PCI0.GFX0.INCB () @@ -162,13 +162,13 @@ Device (EC0) { Store ("-----> EC: _Q44", Debug) - Store (BRIG, Local0) - Decrement (Local0) - If (LLess (Local0, 0xA0)) - { + Store (BRIG, Local0) + Decrement (Local0) + If (LLess (Local0, 0xA0)) + { Store (0xA0, Local0) - } - Store (Local0, BRIG) + } + Store (Local0, BRIG) \_SB.PCI0.GFX0.DECB () |