summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rv11/acpi/alsd.asl
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-02-02 08:20:45 +0100
committerFelix Singer <felixsinger@posteo.net>2023-02-17 15:37:52 +0000
commiteb83fed09fab09a13dfcd58c96a9be9c56b5a6b4 (patch)
treef8aeb1447b33b154c88c2c7a39d91305f565a1bd /src/mainboard/roda/rv11/acpi/alsd.asl
parent8487be9c1a7f776f1bd64315ad257940a510e173 (diff)
downloadcoreboot-eb83fed09fab09a13dfcd58c96a9be9c56b5a6b4.tar.gz
coreboot-eb83fed09fab09a13dfcd58c96a9be9c56b5a6b4.tar.bz2
coreboot-eb83fed09fab09a13dfcd58c96a9be9c56b5a6b4.zip
treewide: Remove unuseful "_HID: Hardware ID" comment
Change-Id: I5eb1424e9e6c1fbf20cd0bf68fbb52e1ec97f905 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72661 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Crawford <tcrawford@system76.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/roda/rv11/acpi/alsd.asl')
-rw-r--r--src/mainboard/roda/rv11/acpi/alsd.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rv11/acpi/alsd.asl b/src/mainboard/roda/rv11/acpi/alsd.asl
index 3b9a3ef9416a..f01a1f0e2c52 100644
--- a/src/mainboard/roda/rv11/acpi/alsd.asl
+++ b/src/mainboard/roda/rv11/acpi/alsd.asl
@@ -2,7 +2,7 @@
Device (ALSD)
{
- Name (_HID, "ACPI0008") // _HID: Hardware ID
+ Name (_HID, "ACPI0008")
Method (_STA, 0, NotSerialized) // _STA: Status
{
Return (0x0f)