Home
last modified time | relevance | path

Searched hist:"2 bbfa0addd63fd06756b7af8bf146ae166e2abf5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
H A Dprmt.cdiff 2bbfa0addd63fd06756b7af8bf146ae166e2abf5 Fri Aug 06 02:46:24 CEST 2021 Aubrey Li <aubrey.li@intel.com> ACPI: PRM: Deal with table not present or no module found

On the system PRMT table is not present, dmesg output:

$ dmesg | grep PRM
[ 1.532237] ACPI: PRMT not present
[ 1.532237] PRM: found 4294967277 modules

The result of acpi_table_parse_entries need to be checked and return
immediately if PRMT table is not present or no PRM module found.

Signed-off-by: Aubrey Li <aubrey.li@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>