diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-17 17:42:51 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-19 11:20:37 +0000 |
commit | 1548032c98f66800a5a822017b3078891552f8f5 (patch) | |
tree | dbf3ade0aecf2cf4a4b7d63300083a28cd5484d9 /src/superio/winbond | |
parent | 05d6f5a488380c1c7bf98f91700c17d59f466cc0 (diff) |
treewide: Remove useless "_STA: Status" comment
Change-Id: I99ded00fa6dadb494c1523d00063dbc1fde95614
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73093
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/winbond')
-rw-r--r-- | src/superio/winbond/w83977tf/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83977tf/acpi/superio.asl b/src/superio/winbond/w83977tf/acpi/superio.asl index 76ae692baf..4c8e41b08c 100644 --- a/src/superio/winbond/w83977tf/acpi/superio.asl +++ b/src/superio/winbond/w83977tf/acpi/superio.asl @@ -90,7 +90,7 @@ Method (_PSC) { Device (FDC0) { Name (_HID, EisaId ("PNP0700")) - Method (_STA, 0, NotSerialized) // _STA: Status + Method (_STA, 0, NotSerialized) { PNP_GENERIC_STA(W83977TF_FDC) } |