ACPI: SPCR: Prefix error messages with FW_BUG
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Mar 2023 10:22:57 +0000 (12:22 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Mar 2023 18:46:49 +0000 (19:46 +0100)
commitda30a34a0edb88144ac10db5ef781ae84769af67
tree74e634276c1a39840d0dc8be65dc1bde006082a8
parent91d7b60a65d9f71230ea09b86d2058a884a3c2af
ACPI: SPCR: Prefix error messages with FW_BUG

The table values that are not defined in the specification are
considered non-fatal errors in the code.

However, they are firmware bugs, so point this out in the messages by
prefixing them with FW_BUG.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/spcr.c