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>
This commit is contained in:
committed by
Felix Singer
parent
05d6f5a488
commit
1548032c98
@@ -15,7 +15,7 @@ Device (AC)
|
||||
Return (ACFG)
|
||||
}
|
||||
|
||||
Method (_STA, 0, NotSerialized) // _STA: Status
|
||||
Method (_STA, 0, NotSerialized)
|
||||
{
|
||||
Return (0x0F)
|
||||
}
|
||||
|
@@ -11,7 +11,7 @@ Device (BAT0)
|
||||
_SB
|
||||
})
|
||||
Name (BFCC, 0)
|
||||
Method (_STA, 0, NotSerialized) // _STA: Status
|
||||
Method (_STA, 0, NotSerialized)
|
||||
{
|
||||
If (^^PCI0.LPCB.EC0.ECOK)
|
||||
{
|
||||
|
@@ -35,7 +35,7 @@ Device (EC0)
|
||||
BRIG, 8, // Brightness
|
||||
} // End of ERAM
|
||||
|
||||
Method (_STA, 0, NotSerialized) // _STA: Status
|
||||
Method (_STA, 0, NotSerialized)
|
||||
{
|
||||
Return (0x0f)
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@ Device (AC)
|
||||
Return (ACFG)
|
||||
}
|
||||
|
||||
Method (_STA, 0, NotSerialized) // _STA: Status
|
||||
Method (_STA, 0, NotSerialized)
|
||||
{
|
||||
Return (0x0F)
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@ Device (BAT0)
|
||||
_SB
|
||||
})
|
||||
Name (BFCC, 0)
|
||||
Method (_STA, 0, NotSerialized) // _STA: Status
|
||||
Method (_STA, 0, NotSerialized)
|
||||
{
|
||||
If (^^PCI0.LPCB.EC0.ECOK)
|
||||
{
|
||||
|
Reference in New Issue
Block a user