Both '\_SB_.PCI0.LPCB.H_EC.BAT0._PCL' and '\_SB_.AC__._PCL' return an
object (see below)

            Method (_PCL, 0, NotSerialized)  // _PCL: Power Consumer List
            {
                Return (_SB)
            }

In ACPI spec, _PCL is defined to return a package, and therefore _PCL
should return

            Method (_PCL, 0, NotSerialized)  // _PCL: Power Consumer List
            {
                Return (Package(){_SB})
            }

Luckily Linux kernel does not use _PCL, and there is no function
failure.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1337083

Title:
  [HP 14 Notebook] CRITICAL / HIGH failures found in fwts log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1337083/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to