diff options
author | Martin Roth <martinroth@google.com> | 2018-05-20 17:46:51 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-22 02:54:24 +0000 |
commit | 9641a92b112c5759ccb956287e80ba4a4983611b (patch) | |
tree | efe2c9f7aae0756afd26600cbb584afde6c25f31 /src/southbridge/via | |
parent | 8f25a6680e23663f4c88f7fe61a7a62e8fe284c4 (diff) |
src: Remove non-ascii characters
Change-Id: Iedb78e24a286a51830c85724af0179995ed553be
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26434
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/via')
-rw-r--r-- | src/southbridge/via/vt8237r/acpi/default_irq_route.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/acpi/default_irq_route.asl b/src/southbridge/via/vt8237r/acpi/default_irq_route.asl index 2e9e76391a..351507861c 100644 --- a/src/southbridge/via/vt8237r/acpi/default_irq_route.asl +++ b/src/southbridge/via/vt8237r/acpi/default_irq_route.asl @@ -71,7 +71,7 @@ Method (_PRT, 0) { Package (4) { 0x0010ffff, 2, 0x00, 21 }, Package (4) { 0x0010ffff, 3, 0x00, 21 }, - /* AC’97 / MC’97 IRQ and INTG => IRQ22 */ + /* AC'97 / MC'97 IRQ and INTG => IRQ22 */ Package (4) { 0x0011ffff, 0, 0x00, 22 }, Package (4) { 0x0011ffff, 1, 0x00, 22 }, Package (4) { 0x0011ffff, 2, 0x00, 22 }, |