diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-14 12:39:38 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-16 16:50:19 +0000 |
commit | 31f2b5aaba40a1712a056f732b7e9e4484fe073a (patch) | |
tree | 1515b0074fc26057aaa56ba8f0fd0b7ae42458cd /src/superio/ite/it8721f | |
parent | befa72b208c5506180d8185e9d155f511fdffda4 (diff) | |
download | coreboot-31f2b5aaba40a1712a056f732b7e9e4484fe073a.tar.xz |
superio/ite/it8721f/acpi: Remove unneeded white space
Change-Id: Ie605ab8ff13332359aa44fff12acbadd23dcdf74
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30219
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/ite/it8721f')
-rw-r--r-- | src/superio/ite/it8721f/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/it8721f/acpi/superio.asl b/src/superio/ite/it8721f/acpi/superio.asl index b7f8e8f99d..c680f7e69c 100644 --- a/src/superio/ite/it8721f/acpi/superio.asl +++ b/src/superio/ite/it8721f/acpi/superio.asl @@ -95,7 +95,7 @@ Device(SUPERIO_DEV) { { /* Announce the used I/O ports to the OS */ Return (ResourceTemplate () { - FixedIO (SUPERIO_PNP_BASE, 0x02) + FixedIO (SUPERIO_PNP_BASE, 0x02) }) } |