Merge branches 'acpi-tables', 'acpi-osl', 'acpi-misc' and 'acpi-tools'

* acpi-tables:
  ACPI: configfs: Resolve objects on host-directed table loads
  ACPI: tables: Allow BGRT to be overridden

* acpi-osl:
  ACPI: OSL: Make a W=1 kernel-doc warning go away

* acpi-misc:
  ACPI: Make AC and battery drivers available on !X86

* acpi-tools:
  ACPI: tools: Exclude tools/* from .gitignore patterns
This commit is contained in:
Rafael J. Wysocki
2019-07-08 11:02:22 +02:00
7فایلهای تغییر یافته به همراه31 افزوده شده و 25 حذف شده

مشاهده پرونده

@@ -53,11 +53,7 @@ static ssize_t acpi_table_aml_write(struct config_item *cfg,
if (!table->header)
return -ENOMEM;
ACPI_INFO(("Host-directed Dynamic ACPI Table Load:"));
ret = acpi_tb_install_and_load_table(
ACPI_PTR_TO_PHYSADDR(table->header),
ACPI_TABLE_ORIGIN_EXTERNAL_VIRTUAL, FALSE,
&table->index);
ret = acpi_load_table(table->header);
if (ret) {
kfree(table->header);
table->header = NULL;